mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Various corrections and improvements relating to types used in inline documentation.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@52204 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -489,7 +489,7 @@ function wp_unregister_sidebar_widget( $id ) {
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param int $id The widget ID.
|
||||
* @param int|string $id The widget ID.
|
||||
*/
|
||||
do_action( 'wp_unregister_sidebar_widget', $id );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user