Ticket #12759: meta-boxes-template-dropdown.diff
File meta-boxes-template-dropdown.diff, 727 bytes (added by , 15 years ago) |
---|
-
meta-boxes.php
526 526 <p><?php _e('You can arrange your pages in hierarchies. For example, you could have an “About” page that has “Life Story” and “My Dog” pages under it. There are no limits to how deeply nested you can make pages.'); ?></p> 527 527 <?php 528 528 } // end hierarchical check. 529 if ( 0 != count( get_page_templates() ) ) {529 if ( 'page' == $post_type_object->name && 0 != count( get_page_templates() ) ) { 530 530 $template = !empty($post->page_template) ? $post->page_template : false; 531 531 ?> 532 532 <h5><?php _e('Template') ?></h5>