Ticket #4439 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 1 year ago

$fakeit switch in get_the_excerpt() is unused

Reported by: markjaquith Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Template Version: 2.2
Severity: normal Keywords: the_excerpt get_the_excerpt fakeit has-patch
Cc:

Description

The $fakeit switch in get_the_excerpt() is unused.

the_excerpt() lacks such a switch. Whether or not this was ever used, I think it'd be good functionality. Often times people want the ability to only show an excerpt if they've manually provided one.

Start your voting. Should I implement the feature or mark it as deprecated?

Attachments

4439.diff (0.7 kB) - added by Nazgul on 08/29/07 01:44:22.

Change History

06/13/07 01:39:21 changed by filosofo

I say deprecate, because you can do this now by removing the wp_trim_excerpt callback for the default 'get_the_excerpt' filter.

08/29/07 01:44:22 changed by Nazgul

  • attachment 4439.diff added.

08/29/07 01:45:10 changed by Nazgul

  • keywords changed from the_excerpt get_the_excerpt fakeit to the_excerpt get_the_excerpt fakeit has-patch.

09/13/07 21:27:27 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6114]) Deprecate fakeit arg. Props Nazgul. fixes #4439