mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Remove extra spaces from @param tags.
Per the documentation standards, `@param` tags should be aligned with each other, but not with the `@return` tag. See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1100,7 +1100,7 @@ final class WP_Customize_Widgets {
|
||||
*
|
||||
* @since 4.2.0
|
||||
*
|
||||
* @param array $nonces Array of nonces.
|
||||
* @param array $nonces Array of nonces.
|
||||
* @return array Array of nonces.
|
||||
*/
|
||||
public function refresh_nonces( $nonces ) {
|
||||
@@ -1388,7 +1388,7 @@ final class WP_Customize_Widgets {
|
||||
* @global array $wp_registered_widget_updates
|
||||
* @global array $wp_registered_widget_controls
|
||||
*
|
||||
* @param string $widget_id Widget ID.
|
||||
* @param string $widget_id Widget ID.
|
||||
* @return array|WP_Error Array containing the updated widget information.
|
||||
* A WP_Error object, otherwise.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user