Skip to content

Commit

Permalink
Merge pull request #3 from skaut/esc_html_e
Browse files Browse the repository at this point in the history
Added function esc_html_e
  • Loading branch information
marekdedic authored Nov 28, 2019
2 parents a4b98e6 + d071cc7 commit adf2ada
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 @@ -250,6 +250,15 @@ function esc_html( $text ) {
function esc_html__( $text, $domain = '' ) {
}

/**
* @param string $text
* @param string $domain
*
* @return void
*/
function esc_html_e( $text, $domain = '' ) {
}

/**
* @param string $url
* @param string[] $protocols
Expand Down

0 comments on commit adf2ada

Please sign in to comment.