Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#52948 closed enhancement (fixed)

Update writing prompt to match Gutenberg.

Reported by: joen's profile Joen Owned by: davidbaumwald's profile davidbaumwald
Milestone: 5.8 Priority: normal
Severity: normal Version: 5.8
Component: Editor Keywords: has-patch
Focuses: Cc:

Description

In https://github.com/WordPress/gutenberg/pull/29611, a new writing prompt for block was merged.

This needs updating in WordPress as well, as that prompt is filterable.

Change History (6)

This ticket was mentioned in PR #1143 on WordPress/wordpress-develop by jasmussen.


4 years ago
#1

Trac ticket: https://core.trac.wordpress.org/ticket/52948
Related: https://github.com/WordPress/gutenberg/pull/29611

This chagne updates the filterable writing prompt in WordPress to match a recent change merged to the block editor.

#2 @SergeyBiryukov
4 years ago

  • Milestone changed from Awaiting Review to 5.8

#3 @SergeyBiryukov
4 years ago

Thanks for the PR!

Just noting that the default value in the filter documentation would need an update too. Perhaps a @since note should also be added for the change.

#4 @davidbaumwald
4 years ago

  • Owner set to davidbaumwald
  • Status changed from new to accepted

#5 @davidbaumwald
4 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 50647:

Editor: Update the default writing prompt to match the block editor.

Recently merged, https://github.com/WordPress/gutenberg/pull/29611, changed the default writing prompt text. WordPress core offers the write_your_story filter with a default value using the same text. This change updates the default text to match the recent change in the block editor.

Props Joen, SergeyBiryukov.
Fixes #52948.

Note: See TracTickets for help on using tickets.