Generating error for new users
-
Please update line 176 in class-wp-user-avatar.php in the title section to check for user display name first for new entries so it does not generate errors with the following ternary:
<?php echo isset($user->display_name) ? $user->display_name : ''; ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Generating error for new users’ is closed to new replies.