From 5a6cd2b356b4e0c79b32cad7d460465f0e7878ae Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 20 May 2009 18:54:14 +0000 Subject: [PATCH] Fix load_plugin_textdomain() phpdoc. Props PotterSys. fixes #9892 git-svn-id: http://svn.automattic.com/wordpress/trunk@11411 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/l10n.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index a9d822ff4..335bc119c 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -352,8 +352,7 @@ function load_default_textdomain() { * Loads the plugin's translated strings. * * If the path is not given then it will be the root of the plugin directory. - * The .mo file should be named based on the domain with a dash followed by a - * dash, and then the locale exactly. + * The .mo file should be named based on the domain with a dash, and then the locale exactly. * * @since 1.5.0 *