mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Use a consistent description for the $manager parameter in various Customizer class constructions.
See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -94,7 +94,7 @@ final class WP_Customize_Widgets {
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
* @param WP_Customize_Manager $manager Customize manager bootstrap instance.
|
||||
* @param WP_Customize_Manager $manager Customizer bootstrap instance.
|
||||
*/
|
||||
public function __construct( $manager ) {
|
||||
$this->manager = $manager;
|
||||
|
||||
Reference in New Issue
Block a user