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. Built from https://develop.svn.wordpress.org/trunk@30105 git-svn-id: http://core.svn.wordpress.org/trunk@30105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @uses get_term
|
||||
* @uses get_term_by
|
||||
*
|
||||
* @param string $menu Menu ID, slug, or name.
|
||||
* @return mixed false if $menu param isn't supplied or term does not exist, menu object if successful.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user