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-admin/edit-tag-form.php

    r46684 r46685  
    1818     *
    1919     * @since 2.1.0
    20      * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead.
     20     * @deprecated 3.0.0 Use {@see '{$taxonomy}_pre_edit_form'} instead.
    2121     *
    2222     * @param WP_Term $tag Current category term object.
     
    2828     *
    2929     * @since 2.3.0
    30      * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead.
     30     * @deprecated 3.0.0 Use {@see '{$taxonomy}_pre_edit_form'} instead.
    3131     *
    3232     * @param WP_Term $tag Current link category term object.
     
    3838     *
    3939     * @since 2.5.0
    40      * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead.
     40     * @deprecated 3.0.0 Use {@see '{$taxonomy}_pre_edit_form'} instead.
    4141     *
    4242     * @param WP_Term $tag Current tag term object.
     
    198198             *
    199199             * @since 2.9.0
    200              * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
     200             * @deprecated 3.0.0 Use {@see '{$taxonomy}_edit_form_fields'} instead.
    201201             *
    202202             * @param WP_Term $tag Current category term object.
     
    208208             *
    209209             * @since 2.9.0
    210              * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
     210             * @deprecated 3.0.0 Use {@see '{$taxonomy}_edit_form_fields'} instead.
    211211             *
    212212             * @param WP_Term $tag Current link category term object.
     
    218218             *
    219219             * @since 2.9.0
    220              * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
     220             * @deprecated 3.0.0 Use {@see '{$taxonomy}_edit_form_fields'} instead.
    221221             *
    222222             * @param WP_Term $tag Current tag term object.
     
    251251     *
    252252     * @since 2.5.0
    253      * @deprecated 3.0.0 Use {$taxonomy}_edit_form instead.
     253     * @deprecated 3.0.0 Use {@see '{$taxonomy}_edit_form'} instead.
    254254     *
    255255     * @param WP_Term $tag Current taxonomy term object.
Note: See TracChangeset for help on using the changeset viewer.