Fix load_plugin_textdomain() phpdoc. Props PotterSys. fixes #9892

git-svn-id: https://develop.svn.wordpress.org/trunk@11411 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-05-20 18:54:14 +00:00
parent bc3941424e
commit 3a419fbf6d
1 changed files with 1 additions and 2 deletions

View File

@ -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
*