Make WordPress Core


Ignore:
Timestamp:
11/09/2019 01:03:02 PM (6 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-rewrite.php

    r46684 r46685  
    14081408                 *
    14091409                 * @since 2.3.0
    1410                  * @deprecated 3.1.0 Use 'post_tag_rewrite_rules' instead
     1410                 * @deprecated 3.1.0 Use {@see 'post_tag_rewrite_rules'} instead.
    14111411                 *
    14121412                 * @param string[] $rules Array of rewrite rules generated for tags, keyed by their regex pattern.
     
    15571557         *
    15581558         * @since 1.5.0
    1559          * @deprecated 1.5.0 Use the mod_rewrite_rules filter instead.
     1559         * @deprecated 1.5.0 Use the {@see 'mod_rewrite_rules'} filter instead.
    15601560         *
    15611561         * @param string $rules mod_rewrite Rewrite rules formatted for .htaccess.
Note: See TracChangeset for help on using the changeset viewer.