Add missing `$path` parameter phpdoc for `load_theme_textdomain()`.

see #16750.


git-svn-id: https://develop.svn.wordpress.org/trunk@25492 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2013-09-19 04:12:25 +00:00
parent a989e79cf8
commit b6c078fc00
1 changed files with 2 additions and 0 deletions

View File

@ -514,6 +514,8 @@ function load_muplugin_textdomain( $domain, $mu_plugin_rel_path = '' ) {
* @since 1.5.0
*
* @param string $domain Unique identifier for retrieving translated strings.
* @param string $path Optional. Path to the directory containing the .mo file.
* Default false.
* @return bool True when textdomain is successfully loaded, false otherwise.
*/
function load_theme_textdomain( $domain, $path = false ) {