Make WordPress Core

Opened 8 years ago

Last modified 4 months ago

#44651 new enhancement

Make the excerpt explanation filterable

Reported by: sillybean's profile sillybean Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch 2nd-opinion needs-docs close
Focuses: administration Cc:

Description

Excerpts are used in different ways by different post types. The explanatory text below the textarea should be filterable to allow plugin authors to provide details relevant to their implementation.

Attachments (1)

filterable_excerpt_explanation.diff (1018 bytes) - added by sillybean 8 years ago.

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
8 years ago

  • Component changed from Text Changes to Posts, Post Types
  • Keywords needs-docs added

Thanks for the patch!

The new filter needs to be documented as per the documentation standards.

#2 @pento
7 years ago

  • Version trunk deleted

This ticket was mentioned in Slack in #core by sirlouen. View the logs.


4 months ago

#4 @SirLouen
4 months ago

  • Component changed from Posts, Post Types to Editor
  • Keywords 2nd-opinion added

#5 @sabernhardt
4 months ago

  • Keywords close added

The Excerpt meta box and the explanation string are only available in Classic Editor, which should not have many enhancements now.

Also, editing the text is technically possible already with the 'gettext' hook. I made an example function to replace the text, without a link.

Note: See TracTickets for help on using tickets.