Skip to content

Commit

Permalink
Merge pull request #40 from skaut/_n()
Browse files Browse the repository at this point in the history
_n()
  • Loading branch information
marekdedic authored Oct 9, 2020
2 parents f40ba24 + c3c01aa commit 894c3da
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 @@ -27,6 +27,15 @@
function __( $text, $domain = '' ) {
}

/**
* @param string $single
* @param string $plural
* @param int $number
* @param string $domain
*/
function _n( $single, $plural, $number, $domain = '' ) {
}

/**
* @param mixed $maybeint
*
Expand Down

0 comments on commit 894c3da

Please sign in to comment.