mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
f19ecd19de
commit
2237306c2b
@ -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;
|
||||
|
4
wp-admin/js/customize-nav-menus.min.js
vendored
4
wp-admin/js/customize-nav-menus.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user