Skip to content

Commit

Permalink
Merge pull request #77 from skaut/wp_pre_kses_less_than
Browse files Browse the repository at this point in the history
Added wp_pre_kses_less_than()
  • Loading branch information
marekdedic authored Jul 16, 2022
2 parents c390f4f + 6286f52 commit 73b49c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,14 @@ function wp_parse_url( $url, $component = 0 ) {
function wp_post_revision_title( $revision, $link = false ) {
}

/**
* @param string $text
*
* @return string
*/
function wp_pre_kses_less_than( $text ) {
}

/**
* @param int $min
* @param int $max
Expand Down

0 comments on commit 73b49c0

Please sign in to comment.