Changeset 2669
- Timestamp:
- 03/02/2016 08:21:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/locale.php
r2667 r2669 208 208 return '<div class="default-icon"><span class="dashicons dashicons-tickets"></span></div>'; 209 209 case 'browsehappy': 210 return '<div class="icon"><img src=" /gp-templates/images/browsehappy.png" width="' . $size . '" height="' . $size . '"></div>';210 return '<div class="icon"><img src="https://translate.wordpress.org/translate/gp-templates-new/images/browsehappy.png" width="' . $size . '" height="' . $size . '"></div>'; 211 211 default: 212 212 return '<div class="default-icon"><span class="dashicons dashicons-networking"></span></div>'; … … 233 233 } 234 234 case 'glotpress': 235 return '<div class="icon"><img src=" /gp-templates/images/glotpress.png" width="' . $size . '" height="' . $size . '"></div>';235 return '<div class="icon"><img src="https://translate.wordpress.org/translate/gp-templates-new/images/glotpress.png" width="' . $size . '" height="' . $size . '"></div>'; 236 236 default: 237 237 return '<div class="default-icon"><span class="dashicons dashicons-translation"></span></div>';
Note: See TracChangeset
for help on using the changeset viewer.