mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
Docs: Capitalize "ID", when referring to a sidebar ID in a more consistent way.
Follow-up to [52016]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@52361 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9261b5d2b
commit
1787bcefbb
@ -1040,13 +1040,13 @@ function wp_get_sidebars_widgets( $deprecated = true ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves the registered sidebar with the given id.
|
||||
* Retrieves the registered sidebar with the given ID.
|
||||
*
|
||||
* @since 5.9.0
|
||||
*
|
||||
* @global array $wp_registered_sidebars The registered sidebars.
|
||||
*
|
||||
* @param string $id The sidebar id.
|
||||
* @param string $id The sidebar ID.
|
||||
* @return array|null The discovered sidebar, or null if it is not registered.
|
||||
*/
|
||||
function wp_get_sidebar( $id ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user