Changeset 39599 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 12/14/2016 03:42:58 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r38951 r39599 1632 1632 */ 1633 1633 function is_page_template( $template = '' ) { 1634 if ( ! is_singular() ) { 1635 return false; 1636 } 1637 1634 1638 $page_template = get_page_template_slug( get_queried_object_id() ); 1635 1639
Note: See TracChangeset
for help on using the changeset viewer.