Changes between Initial Version and Version 1 of Ticket #56229
- Timestamp:
- 07/19/2022 12:31:45 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56229
-
Property
Component
changed from
General
toPermalinks
-
Property
Component
changed from
-
Ticket #56229 – Description
initial v1 1 PHP Warning: Attempt to read property "user_nicename" on bool in /home/dcworld/public_html/wp-includes/link-template.php on line 265 1 `PHP Warning: Attempt to read property "user_nicename" on bool in .../wp-includes/link-template.php on line 265` 2 2 3 if the $authordata == false from get_userdata()then this will produce the error. If the current post object is not set, it will produce the error.3 if the `$authordata == false` from `get_userdata()` then this will produce the error. If the current post object is not set, it will produce the error.