wip author page checks, waiting page redirection working
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user