Changeset 18062
- Timestamp:
- 05/27/2011 03:24:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r17683 r18062 1243 1243 // We have no argument passed so just see if a page_template has been specified 1244 1244 if ( empty( $template ) ) { 1245 if ( !empty($page_template ) ) {1245 if ( !empty( $page_template ) and ( 'default' != $page_template ) ) { 1246 1246 return true; 1247 1247 }
Note: See TracChangeset
for help on using the changeset viewer.