mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Wrap inline @see tags in curly braces.
Props costdev, mukesh27. Fixes #58858. See #58833. git-svn-id: https://develop.svn.wordpress.org/trunk@56434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user