Changeset 6694
- Timestamp:
- 02/18/2018 10:13:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
r6008 r6694 262 262 <div class="locale-project-contributors-group locale-project-contributors-editors"> 263 263 <h3>Translation Editors</h3> 264 <small>These users can validate and approve your translations.</small> 265 <br><br> 264 266 <ul> 265 267 <?php … … 268 270 '<li><a href="https://profiles.wordpress.org/%s/">%s %s</a></li>', 269 271 $editor->nicename, 270 get_avatar( $editor->email, 50 ),272 get_avatar( $editor->email, 40 ), 271 273 $editor->display_name ? $editor->display_name : $editor->nicename 272 274 );
Note: See TracChangeset
for help on using the changeset viewer.