Skip to content

Commit

Permalink
Merge pull request #19 from skaut/load_theme_textdomain()
Browse files Browse the repository at this point in the history
load_theme_textdomain()
  • Loading branch information
marekdedic authored Mar 12, 2020
2 parents 9257ab1 + 48ddf81 commit f613b92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,15 @@ function is_wp_error( $thing ) {
function load_textdomain( $domain, $mofile ) {
}

/**
* @param string $domain
* @param string|bool $path
*
* @return bool
*/
function load_theme_textdomain( $domain, $path = false ) {
}

/**
* @param string $filename
*
Expand Down

0 comments on commit f613b92

Please sign in to comment.