Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44071


Ignore:
Timestamp:
05/14/2018 10:55:03 AM (7 years ago)
Author:
swissspidy
Comment:

The first elseif is here: https://github.com/WordPress/WordPress/blob/e76593098293fd1e87d666bd3acf339b46fd5110/wp-includes/general-template.php#L2763

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44071

    • Property Keywords needs-patch added; has-patch removed
  • Ticket #44071 – Description

    initial v1  
    11There is duplicate 'is_post_type_archive' conditional check-in 'elseif' condition. You can check 'feed_links_extra()' function located at 'general-template.php' file under 'wp-includes' directory conatains,
    22
    3 https://github.com/WordPress/WordPress/blob/master/wp-includes/general-template.php#L2799
     3https://github.com/WordPress/WordPress/blob/e76593098293fd1e87d666bd3acf339b46fd5110/wp-includes/general-template.php#L2799
    44
    55This block will never get executed.