Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56229


Ignore:
Timestamp:
07/19/2022 12:31:45 AM (3 years ago)
Author:
sabernhardt
Comment:

(line 265 is within get_permalink())

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56229

    • Property Component changed from General to Permalinks
  • 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`
    22
    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.
     3if 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.