Making WordPress.org

Changeset 1341


Ignore:
Timestamp:
02/27/2015 01:47:19 AM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Step 6 in launching the new Themes Directory.

Open theme uploads to the public. Welcome back!

See #745.

File:
1 edited

Legend:

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

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