mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 12:50:18 +01:00
Docs: Improve DocBlock syntax for WP_Customize_Nav_Menus::customize_dynamic_partial_args()
, introduced in [36586].
See #27355. See #35986. Built from https://develop.svn.wordpress.org/trunk@36836 git-svn-id: http://core.svn.wordpress.org/trunk@36803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ee2e632774
commit
a9e4d9c7f4
@ -822,14 +822,14 @@ final class WP_Customize_Nav_Menus {
|
|||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters arguments for dynamic nav_menu selective refresh partials.
|
* Filter arguments for dynamic nav_menu selective refresh partials.
|
||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
* @param array|false $partial_args Partial args.
|
* @param array|false $partial_args Partial args.
|
||||||
* @param string $partial_id Partial ID.
|
* @param string $partial_id Partial ID.
|
||||||
* @return array Partial args
|
* @return array Partial args.
|
||||||
*/
|
*/
|
||||||
public function customize_dynamic_partial_args( $partial_args, $partial_id ) {
|
public function customize_dynamic_partial_args( $partial_args, $partial_id ) {
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta2-36835';
|
$wp_version = '4.5-beta2-36836';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user