Changeset 12550 for trunk/src/bp-core/admin/bp-core-admin-slugs.php
- Timestamp:
- 01/31/2020 04:40:15 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/admin/bp-core-admin-slugs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-slugs.php
r12549 r12550 146 146 <?php if ( !empty( $existing_pages[$name] ) ) : ?> 147 147 148 <a href="<?php echo esc_url( get_permalink( $existing_pages[$name] ) ); ?>" class="button-secondary" target="_bp"><?php _e( 'View', 'buddypress' ); ?></a> 148 <a href="<?php echo esc_url( get_permalink( $existing_pages[$name] ) ); ?>" class="button-secondary" target="_bp"> 149 <?php _e( 'View', 'buddypress' ); ?> <span class="dashicons dashicons-external" aria-hidden="true"></span> 150 <span class="screen-reader-text"><?php esc_html_e( '(opens in a new tab)', 'buddypress' ); ?></span> 151 </a> 149 152 150 153 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.