Docs: Wrap inline @see tags in curly braces.

Props costdev, mukesh27.
Fixes #58858.
See #58833.



Built from https://develop.svn.wordpress.org/trunk@56434


git-svn-id: http://core.svn.wordpress.org/trunk@55946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-08-24 09:01:16 +00:00
parent ac9381b7c2
commit f668df3cec
11 changed files with 19 additions and 19 deletions

View File

@@ -522,7 +522,7 @@ do_action( 'sanitize_comment_cookies' );
$GLOBALS['wp_the_query'] = new WP_Query();
/**
* Holds the reference to @see $wp_the_query
* Holds the reference to {@see $wp_the_query}.
* Use this global for WordPress queries
*
* @global WP_Query $wp_query WordPress Query object.