Ticket #25879: 25879-2.patch
File 25879-2.patch, 526 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/template.php
700 700 */ 701 701 function page_template_dropdown( $default = '' ) { 702 702 $templates = get_page_templates(); 703 $templates = apply_filters( 'page_template_dropdown', $templates, $default ); 703 704 ksort( $templates ); 704 705 foreach (array_keys( $templates ) as $template ) 705 706 : if ( $default == $templates[$template] )