Making WordPress.org


Ignore:
Timestamp:
10/29/2014 11:02:38 PM (11 years ago)
Author:
coffee2code
Message:

Code Reference: open up public access to the primary landing page and plugin handbook landing page

File:
1 edited

Legend:

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

    r954 r956  
    4747            ( 'handbook' == get_query_var( 'name' ) && ! get_query_var( 'post_type' ) ) ||
    4848            // Temporary: Disable access to handbooks unless a member of the site
    49             ( ! is_user_member_of_blog() && is_post_type_archive( array( 'plugin-handbook', 'theme-handbook' ) ) )
     49            ( ! is_user_member_of_blog() && is_post_type_archive( array( 'theme-handbook' ) ) )
    5050        ) {
    5151            wp_redirect( home_url() );
Note: See TracChangeset for help on using the changeset viewer.