Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27246, comment 3


Ignore:
Timestamp:
10/01/2014 08:21:42 AM (10 years ago)
Author:
husobj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27246, comment 3

    initial v1  
    11I notice get_the_excerpt() current accepts 1 parameter which is $deprecated since 2.3
    22
    3 It looks like it used to be [get_the_excerpt( $fakeit = true )](https://core.trac.wordpress.org/browser/tags/1.5/wp-includes/template-functions-post.php#L110) back as far as 1.5 but $fakeit it doesn't seem to be used anywhere so I presume we'd be OK to pass a post ID now like get_the_title()?
     3It looks like it used to be `get_the_excerpt( $fakeit = true )` https://core.trac.wordpress.org/browser/tags/1.5/wp-includes/template-functions-post.php#L110 back as far as 1.5 but $fakeit it doesn't seem to be used anywhere so I presume we'd be OK to pass a post ID now like get_the_title()?
    44
    55I'm happy to write a patch for this.