Making WordPress.org


Ignore:
Timestamp:
01/17/2017 07:30:49 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Officially open up the Theme Handbook.

Props SergeyBiryukov, Kenshino.
Fixes #2384.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php

    r3281 r4709  
    4545        if (
    4646            // Naked /handbook/ request
    47             ( 'handbook' == get_query_var( 'name' ) && ! get_query_var( 'post_type' ) ) ||
    48             // Temporary: Disable access to handbooks unless a member of the site
    49             ( ! is_user_member_of_blog() && is_post_type_archive( array( 'theme-handbook' ) ) )
     47            ( 'handbook' == get_query_var( 'name' ) && ! get_query_var( 'post_type' ) )
    5048        ) {
    5149            wp_redirect( home_url() );
Note: See TracChangeset for help on using the changeset viewer.