Changeset 51177 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 06/17/2021 02:35:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r51120 r51177 1997 1997 <a class="button button-primary button-hero load-customize hide-if-no-customize" href="<?php echo wp_customize_url(); ?>"><?php _e( 'Customize Your Site' ); ?></a> 1998 1998 <?php endif; ?> 1999 <a class="button button-primary button-hero hide-if-customize" href="<?php echo admin_url( 'themes.php'); ?>"><?php _e( 'Customize Your Site' ); ?></a>1999 <a class="button button-primary button-hero hide-if-customize" href="<?php echo esc_url( admin_url( 'themes.php' ) ); ?>"><?php _e( 'Customize Your Site' ); ?></a> 2000 2000 <?php if ( current_user_can( 'install_themes' ) || ( current_user_can( 'switch_themes' ) && count( wp_get_themes( array( 'allowed' => true ) ) ) > 1 ) ) : ?> 2001 2001 <?php $themes_link = current_user_can( 'customize' ) ? add_query_arg( 'autofocus[panel]', 'themes', admin_url( 'customize.php' ) ) : admin_url( 'themes.php' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.