mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove trailing whites
git-svn-id: https://develop.svn.wordpress.org/trunk@15259 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1282,9 +1282,9 @@ case 'inline-save-tax':
|
||||
die( $tag->get_error_message() );
|
||||
die( __('Item not updated.') );
|
||||
}
|
||||
|
||||
|
||||
set_current_screen( 'edit-' . $taxonomy );
|
||||
|
||||
|
||||
echo _tag_row($tag, 0, $taxonomy);
|
||||
} else {
|
||||
if ( is_wp_error($updated) && $updated->get_error_message() )
|
||||
|
||||
Reference in New Issue
Block a user