Changeset 3767 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-redirect/wporg-bbp-redirect.php
- Timestamp:
- 08/03/2016 02:03:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-redirect/wporg-bbp-redirect.php
r3759 r3767 38 38 global $wpdb; 39 39 40 $post_type = false; 40 41 if ( get_query_var( 'post_type' ) ) { 41 42 $post_type = get_query_var( 'post_type' ); 43 } 44 45 if ( ! $post_type ) { 46 return; 42 47 } 43 48
Note: See TracChangeset
for help on using the changeset viewer.