Making WordPress.org

Changeset 2656


Ignore:
Timestamp:
03/01/2016 02:53:44 PM (9 years ago)
Author:
ocean90
Message:

Theme Directory: Update CLI command to import themes to translate.w.org via WP CLI.

Commented out until it's live.

See #1352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php

    r2529 r2656  
    864864    }
    865865
     866    // See https://meta.trac.wordpress.org/ticket/1352
     867    // $cmd = WPORGTRANSLATE_WPCLI . ' wporg-translate set-theme-project ' . escapeshellarg( $theme_post->post_name ) . ' ' . escapeshellarg( $version );
    866868    $cmd = '/usr/local/bin/php ' . WPORGPATH . 'translate/bin/projects/add-wp-themes-project.php ' . escapeshellarg( $theme_post->post_name ) . ' ' . escapeshellarg( $version );
    867869
Note: See TracChangeset for help on using the changeset viewer.