Changeset 13351
- Timestamp:
- 03/18/2024 01:33:49 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r13170 r13351 410 410 if ( 411 411 'plugin' === get_query_var( 'bbp_view' ) && 412 in_array( get_query_var( 'wporg_plugin' ), array( 'ask-question', 'technical-support' ) )412 in_array( get_query_var( 'wporg_plugin' ), array( 'ask-question', 'technical-support', 'email' ) ) 413 413 ) { 414 414 wp_safe_redirect( home_url( '/forum/how-to-and-troubleshooting/' ) );
Note: See TracChangeset
for help on using the changeset viewer.