Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #18886


Ignore:
Timestamp:
10/08/2011 09:34:22 AM (13 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18886

    • Property Milestone changed from Awaiting Review to 3.3
  • Ticket #18886 – Description

    initial v2  
    88should be updated in both cases to something like:
    99{{{
    10 * @param bool $stripteaser Optional. Show teaser content before the more text. Default is false.
     10* @param bool $stripteaser Optional. Strip teaser content before the more text. Default is false.
    1111}}}
    1212and set the default value from `0`, to `false`, to make it clear that this is a boolean flag.