Changeset 30696
- Timestamp:
- 12/02/2014 01:51:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r30672 r30696 522 522 523 523 if ( $plugins = current_user_can( 'update_plugins' ) ) { 524 wp_update_plugins(); // Check for Plugin updates 524 525 $update_plugins = get_site_transient( 'update_plugins' ); 525 526 if ( ! empty( $update_plugins->response ) ) … … 528 529 529 530 if ( $themes = current_user_can( 'update_themes' ) ) { 531 wp_update_themes(); // Check for Theme updates 530 532 $update_themes = get_site_transient( 'update_themes' ); 531 533 if ( ! empty( $update_themes->response ) )
Note: See TracChangeset
for help on using the changeset viewer.