Changeset 32650 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 05/29/2015 03:42:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r32643 r32650 137 137 * @since 3.8.0 138 138 * 139 * @staticvar object $themes_update 140 * 139 141 * @param WP_Theme $theme WP_Theme object. 140 142 * @return false|string HTML for the update link, or false if invalid info was passed. 141 143 */ 142 144 function get_theme_update_available( $theme ) { 143 static $themes_update ;145 static $themes_update = null; 144 146 145 147 if ( !current_user_can('update_themes' ) )
Note: See TracChangeset
for help on using the changeset viewer.