Changeset 27470 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 03/08/2014 04:18:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r27401 r27470 742 742 */ 743 743 function page_template_dropdown( $default = '' ) { 744 $templates = get_page_templates( );744 $templates = get_page_templates( get_post() ); 745 745 ksort( $templates ); 746 746 foreach ( array_keys( $templates ) as $template ) {
Note: See TracChangeset
for help on using the changeset viewer.