diff --git a/src/bp-core/admin/bp-core-admin-slugs.php b/src/bp-core/admin/bp-core-admin-slugs.php
index 058605401..d6f8673ec 100644
|
a
|
b
|
function bp_core_admin_slugs_options() { |
| 145 | 145 | |
| 146 | 146 | <?php if ( !empty( $existing_pages[$name] ) ) : ?> |
| 147 | 147 | |
| 148 | | <a href="<?php echo get_permalink( $existing_pages[$name] ); ?>" class="button-secondary" target="_bp"><?php _e( 'View', 'buddypress' ); ?></a> |
| | 148 | <a href="<?php echo get_permalink( $existing_pages[$name] ); ?>" class="button-secondary" target="_bp"><?php _e( 'View', 'buddypress' ); ?> <span class="dashicons dashicons-external"></span><span class="screen-reader-text"> <?php esc_html_e( '(opens in a new window)', 'buddypress' ); ?></span></a> |
| 149 | 149 | |
| 150 | 150 | <?php endif; ?> |
| 151 | 151 | |
diff --git a/src/bp-core/admin/css/common-rtl.css b/src/bp-core/admin/css/common-rtl.css
index 1193224c2..19d22613d 100644
|
a
|
b
|
TABLE OF CONTENTS: |
| 274 | 274 | content: "\f307"; |
| 275 | 275 | } |
| 276 | 276 | |
| | 277 | .settings_page_bp-page-settings .button-primary .dashicons, .settings_page_bp-page-settings .button-secondary .dashicons { |
| | 278 | position: relative; |
| | 279 | top: 3px; |
| | 280 | } |
| | 281 | |
| 277 | 282 | #bp-admin-component-form .wp-list-table.plugins .plugin-title { |
| 278 | 283 | width: 25%; |
| 279 | 284 | } |
diff --git a/src/bp-core/admin/css/common.css b/src/bp-core/admin/css/common.css
index b80e5dc48..47b208441 100644
|
a
|
b
|
TABLE OF CONTENTS: |
| 274 | 274 | content: "\f307"; |
| 275 | 275 | } |
| 276 | 276 | |
| | 277 | .settings_page_bp-page-settings .button-primary .dashicons, .settings_page_bp-page-settings .button-secondary .dashicons { |
| | 278 | position: relative; |
| | 279 | top: 3px; |
| | 280 | } |
| | 281 | |
| 277 | 282 | #bp-admin-component-form .wp-list-table.plugins .plugin-title { |
| 278 | 283 | width: 25%; |
| 279 | 284 | } |