Fix load_plugin_textdomain() phpdoc. Props PotterSys. fixes #9892
git-svn-id: http://svn.automattic.com/wordpress/trunk@11411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
05d4c954ac
commit
5a6cd2b356
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue