Ticket #39211: 39211.patch
File 39211.patch, 489 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/post-template.php
1631 1631 * @return bool True on success, false on failure. 1632 1632 */ 1633 1633 function is_page_template( $template = '' ) { 1634 if ( ! is_singular() ) 1635 return false; 1636 1634 1637 $page_template = get_page_template_slug( get_queried_object_id() ); 1635 1638 1636 1639 if ( empty( $template ) )