Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#54446 closed defect (bug) (reported-upstream)

Remove reference to Gutenberg from option name

Reported by: kebbet Owned by:
Priority: normal Milestone: 5.9
Component: Editor Version: 5.9
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

In https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/blocks/calendar.php on line 103 (in the function block_core_calendar_update_has_published_posts) the option is named gutenberg_calendar_block_has_published_posts. Should it be called something else? The option is retrieved in the function block_core_calendar_has_published_posts some lines above, and may be updated as well.

Change History (6)

This ticket was mentioned in PR #1888 on WordPress/wordpress-develop by kebbet.


5 years ago
#1

  • Keywords has-patch added; needs-patch removed

Trac ticket: https://core.trac.wordpress.org/ticket/54446
Rename gutenberg_calendar_block_has_published_posts to wp_calendar_block_has_published_posts

#2 @SergeyBiryukov
5 years ago

  • Component GeneralEditor
  • Milestone Awaiting Review5.9

#3 @SergeyBiryukov
5 years ago

Hi there, thanks for the ticket and the PR!

Introduced in [52042] / #54337.

Just noting that this needs to be fixed in the package upstream and then backported to core, same as #54444.

#6 @kebbet
5 years ago

  • Resolutionreported-upstream
  • Status newclosed
Note: See TracTickets for help on using tickets.