Making WordPress.org

Changeset 1226


Ignore:
Timestamp:
02/05/2015 11:48:36 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Temporarily disable theme uploads.

See http://make.wordpress.org/themes/2015/02/05/test-the-new-theme-directory/
See #745.

File:
1 edited

Legend:

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

    r1111 r1226  
    2121
    2222        if ( ! empty( $_POST['_wpnonce'] ) && wp_verify_nonce( $_POST['_wpnonce'], 'wporg-themes-upload' ) && 'upload' === $_POST['action'] ) {
    23             $message = wporg_themes_process_upload();
     23            $message = 'Upload is disabled during Beta/RC.'; // wporg_themes_process_upload();
    2424
    2525            if ( ! empty( $message ) ) {
Note: See TracChangeset for help on using the changeset viewer.