mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Remove redundant and erroneous @uses tag from most core inline documentation.
Per our inline documentation standards, no further use of the `@uses` tag is recommended as used and used-by relationships can be derived through other means. This removes most uses of the tag in core documentation, with remaining tags to be converted to `@global` or `@see` as they apply. Fixes #30191. git-svn-id: https://develop.svn.wordpress.org/trunk@30105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1699,7 +1699,6 @@ function the_author_ID() {
|
||||
* and the rest of the content will be removed.
|
||||
*
|
||||
* @since 0.71
|
||||
* @uses apply_filters() Calls 'the_content_rss' on the content before processing.
|
||||
*
|
||||
* @deprecated 2.9.0
|
||||
* @deprecated Use the_content_feed()
|
||||
@@ -1807,7 +1806,6 @@ function _c( $text, $domain = 'default' ) {
|
||||
* contains a context after its last vertical bar.
|
||||
*
|
||||
* @since 2.5.0
|
||||
* @uses translate()
|
||||
* @deprecated 3.0.0
|
||||
* @deprecated Use _x()
|
||||
* @see _x()
|
||||
@@ -3152,8 +3150,6 @@ function update_page_cache( &$pages ) {
|
||||
* @since 2.0.0
|
||||
* @deprecated 3.4.0
|
||||
*
|
||||
* @uses do_action() Will call the 'clean_page_cache' hook action.
|
||||
*
|
||||
* @param int $id Page ID to clean
|
||||
*/
|
||||
function clean_page_cache( $id ) {
|
||||
|
||||
Reference in New Issue
Block a user