Changeset 39884 for trunk/src/wp-includes/template.php
- Timestamp:
- 01/12/2017 04:12:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r38951 r39884 419 419 $templates[] = "page-{$pagename_decoded}.php"; 420 420 } 421 $templates[] = "page- $pagename.php";421 $templates[] = "page-{$pagename}.php"; 422 422 } 423 423 if ( $id ) 424 $templates[] = "page- $id.php";424 $templates[] = "page-{$id}.php"; 425 425 $templates[] = 'page.php'; 426 426
Note: See TracChangeset
for help on using the changeset viewer.