Changeset 31077 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 01/08/2015 05:02:05 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/meta-boxes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r30601 r31077 756 756 */ 757 757 $default_title = apply_filters( 'default_page_template_title', __( 'Default Template' ), 'meta-box' ); 758 ?> 758 ?> 759 759 <option value="default"><?php echo esc_html( $default_title ); ?></option> 760 760 <?php page_template_dropdown($template); ?>
Note: See TracChangeset
for help on using the changeset viewer.