Changeset 20141 for trunk/wp-admin/includes/theme-install.php
- Timestamp:
- 03/07/2012 06:29:36 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme-install.php
r20140 r20141 128 128 add_action('install_themes_upload', 'install_themes_upload', 10, 1); 129 129 130 /* 130 /** 131 131 * Prints a theme on the Install Themes pages. 132 132 * 133 * @ param object $theme An object that contains theme data returned by the WordPress.org API.133 * @deprecated 3.4.0 134 134 */ 135 135 function display_theme( $theme ) { 136 _deprecated_function( __FUNCTION__, '3.4' ); 136 137 global $wp_list_table; 137 138 138 return $wp_list_table->single_row( $theme ); 139 139 }
Note: See TracChangeset
for help on using the changeset viewer.