mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 13:23:40 +01:00
Correct @since values. see #25518.
git-svn-id: https://develop.svn.wordpress.org/trunk@26486 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e47ac4bfd7
commit
161b855638
@ -948,7 +948,7 @@ function sanitize_user( $username, $strict = false ) {
|
||||
/**
|
||||
* Filter a sanitized username string.
|
||||
*
|
||||
* @since 2.0.11
|
||||
* @since 2.0.1
|
||||
*
|
||||
* @param string $username Sanitized username.
|
||||
* @param string $raw_username The username prior to sanitization.
|
||||
@ -1006,7 +1006,7 @@ function sanitize_title( $title, $fallback_title = '', $context = 'save' ) {
|
||||
/**
|
||||
* Filter a sanitized title string.
|
||||
*
|
||||
* @since 1.2.1
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param string $title Sanitized title.
|
||||
* @param string $raw_title The title prior to sanitization.
|
||||
@ -1402,7 +1402,7 @@ function format_to_edit( $content, $richedit = false ) {
|
||||
/**
|
||||
* Filter the text to be formatted for editing.
|
||||
*
|
||||
* @since 1.2.1
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param string $content The text, prior to formatting for editing.
|
||||
*/
|
||||
@ -1424,7 +1424,7 @@ function format_to_post($content) {
|
||||
/**
|
||||
* Filter the string returned by format_to_post().
|
||||
*
|
||||
* @since 1.2.1
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param string $content The string to format.
|
||||
*/
|
||||
@ -2954,7 +2954,7 @@ function esc_js( $text ) {
|
||||
* Text passed to esc_js() is stripped of invalid or special characters,
|
||||
* and properly slashed for output.
|
||||
*
|
||||
* @since 2.0.11
|
||||
* @since 2.0.6
|
||||
*
|
||||
* @param string $safe_text The text after it has been escaped.
|
||||
* @param string $text The text prior to being escaped.
|
||||
@ -3004,7 +3004,7 @@ function esc_attr( $text ) {
|
||||
* Text passed to esc_attr() is stripped of invalid or special characters
|
||||
* before output.
|
||||
*
|
||||
* @since 2.0.11
|
||||
* @since 2.0.6
|
||||
*
|
||||
* @param string $safe_text The text after it has been escaped.
|
||||
* @param string $text The text prior to being escaped.
|
||||
|
Loading…
x
Reference in New Issue
Block a user