Ticket #8235: 8235-2.diff
File 8235-2.diff, 1.7 KB (added by , 5 years ago) |
---|
-
src/bp-core/admin/bp-core-admin-slugs.php
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" aria-hidden="true"></span><span class="screen-reader-text"><?php esc_html_e( '(opens in a new tab)', 'buddypress' ); ?></span></a> 149 149 150 150 <?php endif; ?> 151 151 -
src/bp-core/admin/css/common-rtl.css
274 274 content: "\f307"; 275 275 } 276 276 277 .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 } -
src/bp-core/admin/css/common.css
274 274 content: "\f307"; 275 275 } 276 276 277 .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 }