Changeset 5343 for sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/admin/network/class-locale-associations-view.php
- Timestamp:
- 04/15/2017 10:12:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/admin/network/class-locale-associations-view.php
r5339 r5343 154 154 foreach ( $sites as $site ) { 155 155 printf( 156 '<li><a href="%s">%s (%s)</a> ',156 '<li><a href="%s">%s (%s)</a></li>', 157 157 esc_url( $site->home ), 158 158 esc_html( $site->blogname ),
Note: See TracChangeset
for help on using the changeset viewer.