Changeset 47808 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 05/16/2020 06:40:52 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r47760 r47808 421 421 // Set the correct content type for feeds. 422 422 $type = $this->query_vars['feed']; 423 if ( 'feed' == $this->query_vars['feed'] ) {423 if ( 'feed' === $this->query_vars['feed'] ) { 424 424 $type = get_default_feed(); 425 425 }
Note: See TracChangeset
for help on using the changeset viewer.