Changeset 19442 for trunk/wp-admin/about.php
- Timestamp:
- 11/23/2011 11:38:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19437 r19442 162 162 163 163 <div class="return-to-dashboard"> 164 <a href="<?php echo admin_url( 'update-core.php' ); ?>"><?php _e( 'Return to Dashboard → Updates' ); ?></a> | 165 <a href="<?php echo admin_url(); ?>"><?php _e( 'Go to Dashboard → Home' ); ?></a> 164 <?php if ( current_user_can( 'update_core' ) && isset( $_GET['upgraded'] ) ) : ?> 165 <a href="<?php echo esc_url( admin_url( 'update-core.php' ) ); ?>"><?php _e( 'Return to Dashboard → Updates' ); ?></a> | 166 <?php endif; ?> 167 <a href="<?php echo esc_url( admin_url() ); ?>"><?php _e( 'Go to Dashboard → Home' ); ?></a> 166 168 </div> 167 169
Note: See TracChangeset
for help on using the changeset viewer.