Customize: Remove duplicate attr_title assignment in api.Menus.MenuItemControl.renderContent().

See #47838.
Built from https://develop.svn.wordpress.org/trunk@46401


git-svn-id: http://core.svn.wordpress.org/trunk@46200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-10-05 02:32:58 +00:00
parent f19ecd19de
commit 2237306c2b
3 changed files with 3 additions and 4 deletions

View File

@ -1921,7 +1921,6 @@
control.params.target = settingValue.target;
control.params.attr_title = settingValue.attr_title;
control.params.classes = _.isArray( settingValue.classes ) ? settingValue.classes.join( ' ' ) : settingValue.classes;
control.params.attr_title = settingValue.attr_title;
control.params.xfn = settingValue.xfn;
control.params.description = settingValue.description;
control.params.parent = settingValue.menu_item_parent;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta2-46400';
$wp_version = '5.3-beta2-46401';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.