mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Fix typos in phpdoc. props markmcwilliams. fixes #23481.
git-svn-id: http://core.svn.wordpress.org/trunk@23434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
34862544fe
commit
8fb830eeda
@ -1721,7 +1721,7 @@ function wp_rel_nofollow( $text ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback to used to add rel=nofollow string to HTML A element.
|
* Callback to add rel=nofollow string to HTML A element.
|
||||||
*
|
*
|
||||||
* Will remove already existing rel="nofollow" and rel='nofollow' from the
|
* Will remove already existing rel="nofollow" and rel='nofollow' from the
|
||||||
* string to prevent from invalidating (X)HTML.
|
* string to prevent from invalidating (X)HTML.
|
||||||
|
@ -727,7 +727,7 @@ function remove_query_arg( $key, $query=false ) {
|
|||||||
*
|
*
|
||||||
* @since 0.71
|
* @since 0.71
|
||||||
*
|
*
|
||||||
* @param array $array Array to used to walk while sanitizing contents.
|
* @param array $array Array to walk while sanitizing contents.
|
||||||
* @return array Sanitized $array.
|
* @return array Sanitized $array.
|
||||||
*/
|
*/
|
||||||
function add_magic_quotes( $array ) {
|
function add_magic_quotes( $array ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user