Changeset 14319 for trunk/wp-admin/includes/update.php
- Timestamp:
- 04/30/2010 03:37:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r13250 r14319 135 135 $msg = sprintf( __('<a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! Please notify the site administrator.'), $cur->current ); 136 136 137 echo "<div id='update-nag'>$msg</div>";137 echo "<div class='update-nag'>$msg</div>"; 138 138 } 139 139 add_action( 'admin_notices', 'update_nag', 3 ); … … 261 261 $msg = __('An automated WordPress update has failed to complete! Please notify the site administrator.'); 262 262 263 echo "<div id='update-nag'>$msg</div>";263 echo "<div class='update-nag'>$msg</div>"; 264 264 } 265 265 add_action( 'admin_notices', 'maintenance_nag' );
Note: See TracChangeset
for help on using the changeset viewer.