Skip to content

Commit

Permalink
Merge pull request #43 from skaut/_n()-return-value-fix
Browse files Browse the repository at this point in the history
_n() return value fix
  • Loading branch information
marekdedic authored Oct 9, 2020
2 parents a5b18b2 + 047c234 commit a259339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ function __( $text, $domain = '' ) {
* @param string $plural
* @param int $number
* @param string $domain
*
* @return string
*/
function _n( $single, $plural, $number, $domain = '' ) {
}
Expand Down

0 comments on commit a259339

Please sign in to comment.