Skip to:
Content

BuddyPress.org

Ticket #8235: 8235-2.diff

File 8235-2.diff, 1.7 KB (added by mercime, 5 years ago)
  • src/bp-core/admin/bp-core-admin-slugs.php

     
    145145
    146146                                                        <?php if ( !empty( $existing_pages[$name] ) ) : ?>
    147147
    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>
    149149
    150150                                                        <?php endif; ?>
    151151
  • src/bp-core/admin/css/common-rtl.css

     
    274274        content: "\f307";
    275275}
    276276
     277.settings_page_bp-page-settings .button-secondary .dashicons {
     278        position: relative;
     279        top: 3px;
     280}
     281
    277282#bp-admin-component-form .wp-list-table.plugins .plugin-title {
    278283        width: 25%;
    279284}
  • src/bp-core/admin/css/common.css

     
    274274        content: "\f307";
    275275}
    276276
     277.settings_page_bp-page-settings .button-secondary .dashicons {
     278        position: relative;
     279        top: 3px;
     280}
     281
    277282#bp-admin-component-form .wp-list-table.plugins .plugin-title {
    278283        width: 25%;
    279284}