Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:39:00 PM (8 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/class-wp-error.php

    r32568 r37487  
    1212 *
    1313 * Container for checking for WordPress errors and error messages. Return
    14  * WP_Error and use {@link is_wp_error()} to check if this class is returned.
    15  * Many core WordPress functions pass this class in the event of an error and
     14 * WP_Error and use is_wp_error() to check if this class is returned. Many
     15 * core WordPress functions pass this class in the event of an error and
    1616 * if not handled properly will result in code errors.
    1717 *
Note: See TracChangeset for help on using the changeset viewer.