Changeset 1829 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 10/24/2004 11:48:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r1818 r1829 573 573 } 574 574 575 function get_broken_themes() { 576 global $wp_broken_themes; 577 578 get_themes(); 579 return $wp_broken_themes; 580 } 581 575 582 function get_page_templates() { 576 583 $themes = get_themes();
Note: See TracChangeset
for help on using the changeset viewer.