Skip to:
Content

BuddyPress.org

Ticket #7563: 7563-5.patch

File 7563-5.patch, 1.1 KB (added by netweb, 7 years ago)
  • src/bp-core/classes/class-bp-admin.php

     
    642642                                <div class="bp-feature opposite">
    643643                                        <span class="dashicons dashicons-testimonial" aria-hidden="true"></span>
    644644                                        <h4 class="feature-title"><?php esc_html_e( 'Tooltips Usable for All Devices', 'buddypress' ); ?></h4>
    645                                         <p><?php
    646                                                 /* translators: 1: title attribute, 2: :hover, 3: :focus  */
    647                                                 printf( __( 'Replaced %1$s attributes with tooltips which provide additional information and visual cues where needed on mouse %2$s and keyboard %3$s.', 'buddypress' ),
    648                                                 '<code>title</code>',
    649                                                 '<code>:hover</code>',
    650                                                 '<code>:focus</code>' );
     645
     646                                        <p><?php esc_html_e( 'Replaced <code>title</code> attributes with tooltips which provide additional information and visual cues where needed on mouse <code>:hover</code> and keyboard <code>:focus</code>.', 'buddypress' ),;
    651647                                        ?></p>
    652648                                </div>
    653649