Changeset 7988
- Timestamp:
- 12/18/2018 02:43:45 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r7987 r7988 179 179 $redirect_url = false; 180 180 } 181 } 182 183 // Avoid redirecting the old slug of "Update PHP" page to a forum topic. 184 if ( is_404() && 'upgrade-php' === get_query_var( 'pagename' ) ) { 185 $redirect_url = false; 181 186 } 182 187
Note: See TracChangeset
for help on using the changeset viewer.