Changeset 5380
- Timestamp:
- 05/03/2007 04:41:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5379 r5380 1356 1356 function page_template_dropdown( $default = '' ) { 1357 1357 $templates = get_page_templates(); 1358 ksort( $templates ); 1358 1359 foreach (array_keys( $templates ) as $template ) 1359 1360 : if ( $default == $templates[$template] )
Note: See TracChangeset
for help on using the changeset viewer.