Add missing access modifier to `WP_Customize_Nav_Menus_Panel::wp_nav_menu_manage_columns()`.
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32876 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a38eefb475
commit
713a547aad
|
@ -423,7 +423,7 @@ class WP_Customize_Nav_Menus_Panel extends WP_Customize_Panel {
|
||||||
*
|
*
|
||||||
* @return array The advanced menu properties.
|
* @return array The advanced menu properties.
|
||||||
*/
|
*/
|
||||||
function wp_nav_menu_manage_columns() {
|
public function wp_nav_menu_manage_columns() {
|
||||||
return array(
|
return array(
|
||||||
'_title' => __( 'Show advanced menu properties' ),
|
'_title' => __( 'Show advanced menu properties' ),
|
||||||
'cb' => '<input type="checkbox" />',
|
'cb' => '<input type="checkbox" />',
|
||||||
|
|
Loading…
Reference in New Issue