Docs: Adjust documentation for some pre_* filters for consistency.
See #48303. Built from https://develop.svn.wordpress.org/trunk@47101 git-svn-id: http://core.svn.wordpress.org/trunk@46901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -932,7 +932,8 @@ function wp_is_site_initialized( $site_id ) {
|
||||
*
|
||||
* @since 5.1.0
|
||||
*
|
||||
* @param bool|null $pre The value to return, if not null.
|
||||
* @param bool|null $pre The value to return instead. Default null
|
||||
* to continue with the check.
|
||||
* @param int $site_id The site ID that is being checked.
|
||||
*/
|
||||
$pre = apply_filters( 'pre_wp_is_site_initialized', null, $site_id );
|
||||
|
||||
Reference in New Issue
Block a user