Changeset 49539 for trunk/src/wp-admin/about.php
- Timestamp:
- 11/09/2020 10:51:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r48809 r49539 271 271 <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?> 272 272 <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"> 273 <?php is_multisite() ? _e( ' Return to Updates' ) : _e( 'Returnto Dashboard → Updates' ); ?>273 <?php is_multisite() ? _e( 'Go to Updates' ) : _e( 'Go to Dashboard → Updates' ); ?> 274 274 </a> | 275 275 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.