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:
John Blackbourn
2021-11-18 13:48:43 +00:00
parent fb23461742
commit 9932b46595
30 changed files with 93 additions and 86 deletions
+1 -1
View File
@@ -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 );