Changeset 9053 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 10/02/2008 01:03:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r8657 r9053 1 1 <?php 2 /** 3 * WordPress Theme Administration API 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 2 8 9 /** 10 * {@internal Missing Short Description}} 11 * 12 * @since unknown 13 * 14 * @return unknown 15 */ 3 16 function current_theme_info() { 4 17 $themes = get_themes(); … … 19 32 } 20 33 34 /** 35 * {@internal Missing Short Description}} 36 * 37 * @since unknown 38 * 39 * @return unknown 40 */ 21 41 function get_broken_themes() { 22 42 global $wp_broken_themes; … … 26 46 } 27 47 48 /** 49 * {@internal Missing Short Description}} 50 * 51 * @since unknown 52 * 53 * @return unknown 54 */ 28 55 function get_page_templates() { 29 56 $themes = get_themes();
Note: See TracChangeset
for help on using the changeset viewer.