Changeset 5322 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-locale-banner.php
- Timestamp:
- 04/12/2017 10:02:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-locale-banner.php
r5009 r5322 302 302 2984794 => 'This plugin is also available in %1$s (also: %2$s).', 303 303 2984795 => 'This plugin is not available in %1$s yet. <a href="%2$s">Help translate it!</a>', 304 0=> 'The plugin directory is also available in %s.',305 0=> 'The plugin directory is also available in %1$s (also: %2$s).',304 3004513 => 'The plugin directory is also available in %s.', 305 3004514 => 'The plugin directory is also available in %1$s (also: %2$s).', 306 306 ); 307 307 … … 329 329 project_id = 348841 AND slug = 'default' AND t.status = 'current' 330 330 AND original_id = %d 331 ", $original_id ), OBJECT_K );331 ", $original_id ), OBJECT_K ); 332 332 333 333 foreach ( $translations as &$translation ) {
Note: See TracChangeset
for help on using the changeset viewer.