Changeset 9119 for trunk/wp-admin/themes.php
- Timestamp:
- 10/10/2008 06:21:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r8989 r9119 60 60 $themes = array_slice( $themes, $start, $per_page ); 61 61 62 /** 63 * Check if there is an update for a theme available. 64 * 65 * Will display link, if there is an update available. 66 * 67 * @since 2.7.0 68 * 69 * @param object $theme Theme data object. 70 * @return bool False if no valid info was passed. 71 */ 62 72 function theme_update_available( $theme ) { 63 73 static $themes_update;
Note: See TracChangeset
for help on using the changeset viewer.