Docs: Improve documentation for `WP_Customize_Widgets::customize_dynamic_partial_args()`, introduced in [36586].
See #27355. See #35986. Built from https://develop.svn.wordpress.org/trunk@36841 git-svn-id: http://core.svn.wordpress.org/trunk@36808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e842a7b2e0
commit
66ec5425ea
|
@ -1475,13 +1475,14 @@ final class WP_Customize_Widgets {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filter args for dynamic widget partials.
|
* Filters arguments for dynamic widget partials.
|
||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
|
* @access public
|
||||||
*
|
*
|
||||||
* @param array|false $partial_args Partial args.
|
* @param array|false $partial_args Partial arguments.
|
||||||
* @param string $partial_id Partial ID.
|
* @param string $partial_id Partial ID.
|
||||||
* @return array Partial args
|
* @return array (Maybe) modified partial arguments.
|
||||||
*/
|
*/
|
||||||
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-36840';
|
$wp_version = '4.5-beta2-36841';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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