Changeset 28477 for trunk/src/wp-admin/about.php
- Timestamp:
- 05/18/2014 08:32:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r28151 r28477 68 68 </div> 69 69 70 <hr >70 <hr /> 71 71 72 72 <div class="feature-section col two-col"> … … 173 173 </div> 174 174 175 <hr >175 <hr /> 176 176 177 177 <div class="changelog customize"> … … 203 203 </div> 204 204 205 <hr >205 <hr /> 206 206 207 207 <div class="changelog under-the-hood"> … … 228 228 <p><?php _e( 'Plugins and themes registering custom image sizes can now register suggested cropping points. For example, prevent heads from being cropped out of photos with a top-center crop.' ); ?></p> 229 229 </div> 230 </div> 231 232 <hr> 233 234 <div class="return-to-dashboard"> 235 <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?> 236 <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"><?php 237 is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard → Updates' ); 238 ?></a> | 239 <?php endif; ?> 240 <a href="<?php echo esc_url( self_admin_url() ); ?>"><?php 241 is_blog_admin() ? _e( 'Go to Dashboard → Home' ) : _e( 'Go to Dashboard' ); ?></a> 230 </div> 231 232 <hr /> 233 234 <div class="return-to-dashboard"> 235 <?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?> 236 <a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"><?php 237 is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard → Updates' ); 238 ?></a> | 239 <?php endif; ?> 240 <a href="<?php echo esc_url( self_admin_url() ); ?>"><?php 241 is_blog_admin() ? _e( 'Go to Dashboard → Home' ) : _e( 'Go to Dashboard' ); ?></a> 242 </div> 243 242 244 </div> 243 245
Note: See TracChangeset
for help on using the changeset viewer.