Skip to content

Commit 73b49c0

Browse files
authored
Merge pull request #77 from skaut/wp_pre_kses_less_than
Added wp_pre_kses_less_than()
2 parents c390f4f + 6286f52 commit 73b49c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stubs/WordPress/functions.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,14 @@ function wp_parse_url( $url, $component = 0 ) {
15631563
function wp_post_revision_title( $revision, $link = false ) {
15641564
}
15651565

1566+
/**
1567+
* @param string $text
1568+
*
1569+
* @return string
1570+
*/
1571+
function wp_pre_kses_less_than( $text ) {
1572+
}
1573+
15661574
/**
15671575
* @param int $min
15681576
* @param int $max

0 commit comments

Comments
 (0)