Make WordPress Core


Ignore:
Timestamp:
11/09/2019 01:03:02 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use the {@see ...} tag for the replacement in @deprecated tags, so that Developer Reference could automatically link to the replacement.

Props jrf.
See #48255.

File:
1 edited

Legend:

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

    r46684 r46685  
    543543             *
    544544             * @since 1.5.0
    545              * @deprecated 2.1.0 Use 'query_vars' or 'request' filters instead.
     545             * @deprecated 2.1.0 Use {@see 'query_vars'} or {@see 'request'} filters instead.
    546546             *
    547547             * @param string $query_string The query string to modify.
Note: See TracChangeset for help on using the changeset viewer.