Making WordPress.org


Ignore:
Timestamp:
04/12/2017 10:02:21 AM (9 years ago)
Author:
ocean90
Message:

Plugin Directory: Add missing original IDs for two locale banner strings.

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  
    302302            2984794 => 'This plugin is also available in %1$s (also: %2$s).',
    303303            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).',
    306306        );
    307307
     
    329329                project_id = 348841 AND slug = 'default' AND t.status = 'current'
    330330            AND original_id = %d
    331         ", $original_id ), OBJECT_K );
     331        ", $original_id ), OBJECT_K );
    332332
    333333        foreach ( $translations as &$translation ) {
Note: See TracChangeset for help on using the changeset viewer.