Making WordPress.org

Changeset 3518


Ignore:
Timestamp:
06/21/2016 10:06:52 AM (9 years ago)
Author:
ocean90
Message:

Plugin Directory: Enable i18n processing for our test plugin.

See #1691.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-svn-watcher.php

    r3497 r3518  
    1414    const SVN_URL      = 'https://plugins.svn.wordpress.org/';
    1515    const PHP          = '/usr/local/bin/php';
    16     const PROCESS_I18N = false;
     16    const PROCESS_I18N = true;
    1717
    1818    public function __construct() {
     
    6060            echo shell_exec( $cmd ) . "\n";
    6161
    62             if ( self::PROCESS_I18N ) {
     62            if ( self::PROCESS_I18N && 'nothing-much' === $plugin_slug ) {
    6363                $plugin     = Plugin_Directory::get_plugin_post( $plugin_slug );
    6464                $stable_tag = $plugin->stable_tag;
Note: See TracChangeset for help on using the changeset viewer.