Changeset 47808 for trunk/src/wp-includes/template.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r47198 r47808 669 669 } 670 670 671 if ( $load && '' != $located ) {671 if ( $load && '' !== $located ) { 672 672 load_template( $located, $require_once ); 673 673 }
Note: See TracChangeset
for help on using the changeset viewer.