Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #31568, comment 1


Ignore:
Timestamp:
03/09/2015 07:07:12 AM (10 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31568, comment 1

    v1 v2  
    33Looks like you missed adding the new parameter to the hook doc, which is wp-admin/edit-tag-form.php. You'll also need to add `@param` and changeset entries to the hook doc for the new parameter. e.g.
    44{{{
    5 @since 4.2.0 The `$object` parameter was added.
     5@since 4.2.0 The `$tag` parameter was added.
    66}}}
    77
     
    99
    1010{{{
    11 @param object|WP_Post $object Term or WP_Post object.
     11@param object|WP_Post $tag Term or WP_Post object.
    1212}}}