mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Correct invalid hook docblocks.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46603 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -126,7 +126,7 @@ function determine_locale() {
|
||||
*
|
||||
* @since 5.0.0
|
||||
*
|
||||
* @param string|null The locale to return and short-circuit, or null as default.
|
||||
* @param string|null $locale The locale to return and short-circuit. Default null.
|
||||
*/
|
||||
$determined_locale = apply_filters( 'pre_determine_locale', null );
|
||||
if ( ! empty( $determined_locale ) && is_string( $determined_locale ) ) {
|
||||
|
||||
Reference in New Issue
Block a user