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' ),; |