Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54301, comment 2


Ignore:
Timestamp:
10/21/2021 10:08:57 PM (4 years ago)
Author:
sayedulsayem
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54301, comment 2

    initial v1  
    11the title is coming from this function {{{ $title = _draft_or_post_title(); }}}. In this function there is an empty check like {{{ if ( empty( $title ) ) }}}. This will return false when {{{ $title = 0; }}}. Need to change this condition. I added a patch with it.
    22
    3 Committer: Please ignore my PR. I messed up this that PR. Please consider this patch.
     3Committer: Please ignore my PR. I messed up/ something wrong with PR. Please consider this patch.