Changeset 47198 for trunk/src/wp-includes/template.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r47122 r47198 721 721 722 722 if ( $require_once ) { 723 require_once ( $_template_file );723 require_once $_template_file; 724 724 } else { 725 require ( $_template_file );726 } 727 } 725 require $_template_file; 726 } 727 }
Note: See TracChangeset
for help on using the changeset viewer.