mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +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:
@@ -95,11 +95,11 @@ function query_posts($query) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Destroy the previous query and set up a new query.
|
||||
* Destroys the previous query and sets up a new query.
|
||||
*
|
||||
* This should be used after {@link query_posts()} and before another {@link
|
||||
* query_posts()}. This will remove obscure bugs that occur when the previous
|
||||
* wp_query object is not destroyed properly before another is set up.
|
||||
* This should be used after query_posts() and before another query_posts().
|
||||
* This will remove obscure bugs that occur when the previous WP_Query object
|
||||
* is not destroyed properly before another is set up.
|
||||
*
|
||||
* @since 2.3.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user