From 83bed74a2f39eb9f133bf6846ca836b4c00e1b1a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 19 Aug 2016 14:29:30 +0000 Subject: [PATCH] Docs: Fix typo in `load_plugin_textdomain()` parameter description. Props tivnet. See #37318. Built from https://develop.svn.wordpress.org/trunk@38284 git-svn-id: http://core.svn.wordpress.org/trunk@38225 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/l10n.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index 4596669607..02973b31ce 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -674,7 +674,7 @@ function load_default_textdomain( $locale = null ) { * @since 4.6.0 The function now tries to load the .mo file from the languages directory first. * * @param string $domain Unique identifier for retrieving translated strings - * @param string $deprecated Optional. Use the $plugin_rel_path parameter instead. Defaukt false. + * @param string $deprecated Optional. Use the $plugin_rel_path parameter instead. Default false. * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR where the .mo file resides. * Default false. * @return bool True when textdomain is successfully loaded, false otherwise. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4bb1606c7e..9ab9e3df9f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38283'; +$wp_version = '4.7-alpha-38284'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.