mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.
Fixes #36910. git-svn-id: https://develop.svn.wordpress.org/trunk@37487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -705,9 +705,8 @@ function wp_list_categories( $args = '' ) {
|
||||
* The 'post_type' argument is used only when 'link' is set to 'edit'. It determines the post_type
|
||||
* passed to edit.php for the popular tags edit links.
|
||||
*
|
||||
* The 'exclude' and 'include' arguments are used for the {@link get_tags()}
|
||||
* function. Only one should be used, because only one will be used and the
|
||||
* other ignored, if they are both set.
|
||||
* The 'exclude' and 'include' arguments are used for the get_tags() function. Only one
|
||||
* should be used, because only one will be used and the other ignored, if they are both set.
|
||||
*
|
||||
* @since 2.3.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user