Changeset 39608 for branches/4.7/src/wp-includes/post-template.php
- Timestamp:
- 12/16/2016 05:40:01 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/post-template.php
r38951 r39608 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.