Changeset 39210 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 11/13/2016 07:41:30 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r39059 r39210 298 298 } 299 299 300 echo '<div class="page_template">' . esc_html( $post->page_template) . '</div>';300 echo '<div class="page_template">' . ( $post->page_template ? esc_html( $post->page_template ) : 'default' ) . '</div>'; 301 301 302 302 if ( post_type_supports( $post->post_type, 'page-attributes' ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)