Ticket #17458: 17458.patch
File 17458.patch, 521 bytes (added by , 13 years ago) |
---|
-
wp-includes/post-template.php
1242 1242 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 } 1248 1248 } elseif ( $template == $page_template) {