Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:39:00 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.

Fixes #36910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/query.php

    r37431 r37487  
    9696
    9797/**
    98  * Destroy the previous query and set up a new query.
    99  *
    100  * This should be used after {@link query_posts()} and before another {@link
    101  * query_posts()}. This will remove obscure bugs that occur when the previous
    102  * wp_query object is not destroyed properly before another is set up.
     98 * Destroys the previous query and sets up a new query.
     99 *
     100 * This should be used after query_posts() and before another query_posts().
     101 * This will remove obscure bugs that occur when the previous WP_Query object
     102 * is not destroyed properly before another is set up.
    103103 *
    104104 * @since 2.3.0
Note: See TracChangeset for help on using the changeset viewer.