Ticket #2926: 2926.diff
File 2926.diff, 470 bytes (added by , 18 years ago) |
---|
-
wp-admin/admin-functions.php
1175 1175 1176 1176 function page_template_dropdown($default = '') { 1177 1177 $templates = get_page_templates(); 1178 ksort($templates); 1178 1179 foreach (array_keys($templates) as $template) 1179 1180 : if ($default == $templates[$template]) 1180 1181 $selected = " selected='selected'";