wip author page checks, waiting page redirection working

This commit is contained in:
asus
2024-03-07 17:50:45 +01:00
parent d65af4cd43
commit 31c3ed55f4
4 changed files with 50 additions and 22 deletions

View File

@@ -145,9 +145,8 @@ function current_user_infos_CIPF($atts) {
*
*/
if (is_array($atts)) {
$author = $atts['author'];
if (isset($author)) {
$author_is = $author;
if (isset($atts['author'])) {
$author_is = $atts['author'];
unset($atts['author']);
}
}