mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Even deprecated functions can use a little PHPDoc formatting, time to time.
See #27700. git-svn-id: https://develop.svn.wordpress.org/trunk@28018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3423,7 +3423,8 @@ function default_topic_count_text( $count ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Formerly used to escape strings before INSERTing into the DB. Hasn't performed this function for many, many years.
|
||||
* Formerly used to escape strings before INSERTing into the DB. Has not performed
|
||||
* this function for many, many years.
|
||||
*
|
||||
* @since 0.71
|
||||
* @deprecated 3.9.0
|
||||
|
||||
Reference in New Issue
Block a user