diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php
index 0771b7129e..2394fbb6f2 100644
a
|
b
|
function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) { |
900 | 900 | * @since 4.7.0 Added the `$post_type` parameter. |
901 | 901 | * |
902 | 902 | * @param string $default_template Optional. The template file name. Default empty. |
903 | | * @param string $post_type Optional. Post type to get templates for. Default 'post'. |
| 903 | * @param string $post_type Optional. Post type to get templates for. Default 'page'. |
904 | 904 | */ |
905 | 905 | function page_template_dropdown( $default_template = '', $post_type = 'page' ) { |
906 | 906 | $templates = get_page_templates( null, $post_type ); |