Ticket #36367: 36367.diff
| File 36367.diff, 653 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/edit-tags.php
205 205 if ( ! empty( $_REQUEST['paged'] ) ) { 206 206 $location = add_query_arg( 'paged', (int) $_REQUEST['paged'], $location ); 207 207 } 208 wp_redirect( $location ); 208 209 /** 210 * Filters the taxonomy redirect destination URL. 211 * 212 * @since 4.6.0 213 * 214 * @param string $location The destination URL. 215 * @param object $tax The taxonomy object. 216 */ 217 wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) ); 209 218 exit; 210 219 } 211 220
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)