Changeset 956 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php
- Timestamp:
- 10/29/2014 11:02:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php
r954 r956 47 47 ( 'handbook' == get_query_var( 'name' ) && ! get_query_var( 'post_type' ) ) || 48 48 // 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' ) ) ) 50 50 ) { 51 51 wp_redirect( home_url() );
Note: See TracChangeset
for help on using the changeset viewer.