- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-admin/update-core.php
r12453 r12498 154 154 155 155 $core_updates = get_core_updates(); 156 if ( !isset($core_updates[0]->response) || 'latest' == $core_updates[0]->response || 'development' == $core_updates[0]->response )156 if ( !isset($core_updates[0]->response) || 'latest' == $core_updates[0]->response || 'development' == $core_updates[0]->response || version_compare( $core_updates[0]->current, $cur_wp_version, '=') ) 157 157 $core_update_version = false; 158 158 else … … 160 160 ?> 161 161 <h3><?php _e('Plugins'); ?></h3> 162 <p><?php _e('The following plugins have new versions available. Check the ones you want to upgrade and then click "Upgrade Plugins".'); ?>< p>162 <p><?php _e('The following plugins have new versions available. Check the ones you want to upgrade and then click "Upgrade Plugins".'); ?></p> 163 163 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-plugins" class="upgrade"> 164 164 <?php wp_nonce_field('upgrade-core'); ?>
Note: See TracChangeset
for help on using the changeset viewer.