Changeset 43952 for branches/5.0/src/wp-admin/about.php
- Timestamp:
- 11/30/2018 04:22:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/about.php
r43947 r43952 336 336 <?php if ( current_user_can( 'install_plugins' ) ) { ?> 337 337 <div class="col cta"> 338 <a class="button button-primary button-hero" href="<?php echo esc_url( wp_nonce_url( self_admin_url( 'plugin-install.php?tab=favorites&user=wordpressdotorg ' ), 'save_wporg_username_' . get_current_user_id() ) ); ?>"><?php _e( 'Install the Classic Editor' ); ?></a>338 <a class="button button-primary button-hero" href="<?php echo esc_url( wp_nonce_url( self_admin_url( 'plugin-install.php?tab=favorites&user=wordpressdotorg&save=0' ), 'save_wporg_username_' . get_current_user_id() ) ); ?>"><?php _e( 'Install the Classic Editor' ); ?></a> 339 339 </div> 340 340 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.