Changeset 3793
- Timestamp:
- 08/09/2016 08:24:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r3792 r3793 97 97 Template::dashicons_stars( $rating ) . 98 98 /* translators: 1: number of ratings */ 99 '<span class="rating-count">(' . sprintf( __( '%1$s <span class="screen-reader-text">total ratings</span>' ), esc_html( $num_ratings ) ) . ')</span>' .99 '<span class="rating-count">(' . sprintf( __( '%1$s<span class="screen-reader-text"> total ratings</span>' ), esc_html( $num_ratings ) ) . ')</span>' . 100 100 '</div>'; 101 101 }
Note: See TracChangeset
for help on using the changeset viewer.