Changeset 13250 for trunk/wp-admin/includes/update.php
- Timestamp:
- 02/20/2010 12:28:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r12753 r13250 131 131 132 132 if ( current_user_can('update_core') ) 133 $msg = sprintf( __(' WordPress %1$sis available! <a href="%2$s">Please update now</a>.'), $cur->current, 'update-core.php' );133 $msg = sprintf( __('<a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! <a href="%2$s">Please update now</a>.'), $cur->current, 'update-core.php' ); 134 134 else 135 $msg = sprintf( __(' WordPress %1$sis available! Please notify the site administrator.'), $cur->current );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 137 echo "<div id='update-nag'>$msg</div>";
Note: See TracChangeset
for help on using the changeset viewer.