Changes between Initial Version and Version 1 of Ticket #27246, comment 3
- Timestamp:
- 10/01/2014 08:21:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27246, comment 3
initial v1 1 1 I notice get_the_excerpt() current accepts 1 parameter which is $deprecated since 2.3 2 2 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()?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()? 4 4 5 5 I'm happy to write a patch for this.