Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25468, comment 2


Ignore:
Timestamp:
10/06/2013 08:16:13 PM (11 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25468, comment 2

    initial v1  
    1010}}}
    1111
    12 `edit_$field` filter:
    13 * Use the short description to describe _what's_ filterable.
    14 * Use a long description to describe what the `$field` portion of the dynamic hook name refers to.
    15 
    16 `pre_$field` filter:
    17 * Use a long description to describe what the `$field` portion of the dynamic hook name refers to.
    18 
    19 `$field` filter is a `//duplicate_hook`
     12`edit_$field`, `pre_$field` and `$field` should just be `//duplicate_hook`