Skip to content

Commit 9977ee2

Browse files
committed
Customize: Fix a syntax error introduced in [62006].
git-svn-id: https://develop.svn.wordpress.org/branches/4.7@62019 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a684d18 commit 9977ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/nav-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ function wp_update_nav_menu_item( $menu_id = 0, $menu_item_db_id = 0, $menu_item
433433
}
434434
}
435435

436-
if ( wp_unslash( $args['menu-item-title'] ) === $original_title ) {
436+
if ( wp_unslash( $args['menu-item-title'] ) === $original_title )
437437
$args['menu-item-title'] = '';
438438

439439
// hack to get wp to create a post object when too many properties are empty

0 commit comments

Comments
 (0)