Update the DocBlock changelogs for the `nav_menu_css_class`, `nav_menu_item_id`, and `nav_menu_link_attributes` hooks following [30358], where `$depth` parameters were added.
Props kpdesign. See [30358]. Fixes #19064. Built from https://develop.svn.wordpress.org/trunk@30485 git-svn-id: http://core.svn.wordpress.org/trunk@30474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f9408af336
commit
fd1f5bb3ad
|
@ -88,6 +88,7 @@ class Walker_Nav_Menu extends Walker {
|
|||
* Filter the CSS class(es) applied to a menu item's <li>.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @since 4.1.0 The `$depth` parameter was added.
|
||||
*
|
||||
* @see wp_nav_menu()
|
||||
*
|
||||
|
@ -103,6 +104,7 @@ class Walker_Nav_Menu extends Walker {
|
|||
* Filter the ID applied to a menu item's <li>.
|
||||
*
|
||||
* @since 3.0.1
|
||||
* @since 4.1.0 The `$depth` parameter was added.
|
||||
*
|
||||
* @see wp_nav_menu()
|
||||
*
|
||||
|
@ -126,6 +128,7 @@ class Walker_Nav_Menu extends Walker {
|
|||
* Filter the HTML attributes applied to a menu item's <a>.
|
||||
*
|
||||
* @since 3.6.0
|
||||
* @since 4.1.0 The `$depth` parameter was added.
|
||||
*
|
||||
* @see wp_nav_menu()
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30484';
|
||||
$wp_version = '4.1-beta2-30485';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue