Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58157, comment 12


Ignore:
Timestamp:
05/11/2023 11:13:54 AM (3 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58157, comment 12

    initial v1  
    66One the other hand, the current behavior is inconsistent:
    77* `get_the_author()` returns `null` if there is no author name.
    8 * `get_the_modified_author()` returns empty string if there is no author name.
     8* `get_the_modified_author()` returns an empty string if there is no author name.
    99
    1010Some history here: