Skip to:
Content

BuddyPress.org

Changeset 12006


Ignore:
Timestamp:
04/27/2018 10:31:43 PM (8 years ago)
Author:
r-a-y
Message:

Admin: Minor Hello modal fixes.

  • Ensure the WP admin bar dropdown menus are accessible for desktop widths.
  • Spelling typo.

See #7741.

Location:
trunk/src/bp-core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/css/hello-rtl.css

    r11999 r12006  
    273273        bottom: 30px;
    274274        border-radius: 3px;
     275        z-index: 9999;
    275276    }
    276277    #bp-hello-container .bp-hello-header h1 {
  • trunk/src/bp-core/admin/css/hello.css

    r11999 r12006  
    273273        bottom: 30px;
    274274        border-radius: 3px;
     275        z-index: 9999;
    275276    }
    276277    #bp-hello-container .bp-hello-header h1 {
  • trunk/src/bp-core/classes/class-bp-admin.php

    r12005 r12006  
    632632                    <?php
    633633                    printf(
    634                         __( ' How are you using BuddyPress? Recieving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please <a href="%s">share your feedback</a> about this version of BuddyPress on our website. ', 'buddypress' ),
     634                        __( ' How are you using BuddyPress? Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please <a href="%s">share your feedback</a> about this version of BuddyPress on our website. ', 'buddypress' ),
    635635                        esc_url( 'https://buddypress.org/support/' )
    636636                    );
Note: See TracChangeset for help on using the changeset viewer.