Changeset 3665 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content-voting.php
- Timestamp:
- 07/10/2016 06:34:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content-voting.php
r3562 r3665 297 297 echo '">'; 298 298 echo '<span class="dashicons dashicons-arrow-up"></span>'; 299 echo '<span class="screen-reader-text">' . $title . '</span>'; 299 300 echo "</{$tag}>"; 300 301 … … 308 309 . 'class="user-note-voting-count ' . esc_attr( $class ) . '" ' 309 310 . 'title="' . esc_attr( $title ) . '">' 311 . '<span class="screen-reader-text">' . __( 'Vote results for this note: ', 'wporg' ) . '</span>' 310 312 . self::count_votes( $comment_id, 'difference' ) 311 313 . '</span>'; … … 335 337 echo '">'; 336 338 echo '<span class="dashicons dashicons-arrow-down"></span>'; 339 echo '<span class="screen-reader-text">' . $title . '</span>'; 337 340 echo "</{$tag}>"; 338 341
Note: See TracChangeset
for help on using the changeset viewer.