diff --git a/src/wp-includes/class-wp-locale-switcher.php b/src/wp-includes/class-wp-locale-switcher.php index e111892871..c6fef2c4a4 100644 --- a/src/wp-includes/class-wp-locale-switcher.php +++ b/src/wp-includes/class-wp-locale-switcher.php @@ -53,6 +53,8 @@ class WP_Locale_Switcher { * Initializes the locale switcher. * * Hooks into the {@see 'locale'} filter to change the locale on the fly. + * + * @since 4.7.0 */ public function init() { add_filter( 'locale', array( $this, 'filter_locale' ) );