Changes between Initial Version and Version 1 of Ticket #54301, comment 2
- Timestamp:
- 10/21/2021 10:08:57 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54301, comment 2
initial v1 1 1 the 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. 2 2 3 Committer: Please ignore my PR. I messed up this thatPR. Please consider this patch.3 Committer: Please ignore my PR. I messed up/ something wrong with PR. Please consider this patch.