Changeset 13603
- Timestamp:
- 03/06/2010 08:42:04 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r13593 r13603 59 59 $update_count += count( $update_themes->response ); 60 60 $update_wordpress = get_core_updates( array('dismissed' => false) ); 61 if ( !empty($update_wordpress) && !in_array( $update_wordpress[0]->response, array( /*'development',*/ 'latest') ) ) // @TODO: Do we count Development installs as having an update available?61 if ( !empty($update_wordpress) && !in_array( $update_wordpress[0]->response, array('development', 'latest') ) ) 62 62 $update_count++; 63 63
Note: See TracChangeset
for help on using the changeset viewer.