Changeset 43174 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 05/05/2018 09:44:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r42998 r43174 707 707 $aria_label = esc_attr( 708 708 sprintf( 709 _n( 'Reviews with %1$d star: %2$s. Opens in a new window.', 'Reviews with %1$d stars: %2$s. Opens in a new window.', $key ),709 _n( 'Reviews with %1$d star: %2$s. Opens in a new tab.', 'Reviews with %1$d stars: %2$s. Opens in a new tab.', $key ), 710 710 $key, 711 711 number_format_i18n( $ratecount )
Note: See TracChangeset
for help on using the changeset viewer.