Ticket #33625: 33625.diff
File 33625.diff, 756 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/meta-boxes.php
785 785 * 786 786 * @since 4.4.0 787 787 * 788 * @param string $template The template used for the current post. 788 * @param string $template The template used for the current post. 789 * @param WP_Post $post The current post. 789 790 */ 790 do_action( 'page_attributes_meta_box_template', $template );791 do_action( 'page_attributes_meta_box_template', $template, $post ); 791 792 ?></p> 792 793 <label class="screen-reader-text" for="page_template"><?php _e('Page Template') ?></label><select name="page_template" id="page_template"> 793 794 <?php