Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #25514, comment 4


Ignore:
Timestamp:
10/08/2013 04:32:50 PM (10 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25514, comment 4

    v1 v2  
    1515
    1616`posts_selection` hook:
    17 * Assign the concatenated variables to `$selection` before the doc starts. '''We need to be very careful about documenting variables that don't exist.'''
     17* Assign the concatenated variables to `$selection` before the doc starts. '''We need to be very careful about not documenting variables that don't exist.'''
    1818* Since the parameter is a concatenation of the clauses, we need to spell out which clauses comprise the parameter, either in the parameter description, or a long description for the hook doc.
    1919