mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -204,7 +204,7 @@ class Test_WP_Customize_Selective_Refresh extends WP_UnitTestCase {
|
||||
*
|
||||
* @param false|array $partial_args The arguments to the WP_Customize_Partial constructor.
|
||||
* @param string $partial_id ID for dynamic partial.
|
||||
* @return false|array $args Dynamic partial args.
|
||||
* @return false|array Dynamic partial args.
|
||||
*/
|
||||
function filter_customize_dynamic_partial_args( $partial_args, $partial_id ) {
|
||||
$this->assertTrue( false === $partial_args || is_array( $partial_args ) );
|
||||
|
||||
Reference in New Issue
Block a user