Ticket #39328: 39328.diff
| File 39328.diff, 503 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/edit-tags.php
diff --git src/wp-admin/edit-tags.php src/wp-admin/edit-tags.php index b0d73de..2e4dd35 100644
case 'add-tag': 81 81 82 82 $ret = wp_insert_term( $_POST['tag-name'], $taxonomy, $_POST ); 83 83 if ( $ret && !is_wp_error( $ret ) ) 84 $location = add_query_arg( 'message', 1, $ location);84 $location = add_query_arg( 'message', 1, $referer ); 85 85 else 86 86 $location = add_query_arg( array( 'error' => true, 'message' => 4 ), $referer ); 87 87
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)