diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index 9a94c02750..6c65e78781 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -8,17 +8,17 @@ */ /** - * Get the current locale. + * Retrieves the current locale. * - * If the locale is set, then it will filter the locale in the 'locale' filter - * hook and return the value. + * If the locale is set, then it will filter the locale in the {@see 'locale'} + * filter hook and return the value. * * If the locale is not set already, then the WPLANG constant is used if it is - * defined. Then it is filtered through the 'locale' filter hook and the value - * for the locale global set and the locale is returned. + * defined. Then it is filtered through the {@see 'locale'} filter hook and + * the value for the locale global set and the locale is returned. * * The process to get the locale should only be done once, but the locale will - * always be filtered using the 'locale' hook. + * always be filtered using the {@see 'locale'} hook. * * @since 1.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index b17d77129b..204226ed10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34483'; +$wp_version = '4.4-alpha-34484'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.