Changeset 12550
- Timestamp:
- 01/31/2020 04:40:15 PM (5 years ago)
- Location:
- trunk/src/bp-core/admin
- Files:
-
- 3 edited
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; ?> -
trunk/src/bp-core/admin/css/common-rtl.css
r12136 r12550 273 273 .settings_page_bp-components tr.members td.plugin-title span:before { 274 274 content: "\f307"; 275 } 276 277 .settings_page_bp-page-settings .button-secondary .dashicons { 278 position: relative; 279 top: 3px; 275 280 } 276 281 -
trunk/src/bp-core/admin/css/common.css
r12136 r12550 273 273 .settings_page_bp-components tr.members td.plugin-title span:before { 274 274 content: "\f307"; 275 } 276 277 .settings_page_bp-page-settings .button-secondary .dashicons { 278 position: relative; 279 top: 3px; 275 280 } 276 281
Note: See TracChangeset
for help on using the changeset viewer.