Make WordPress Core

Opened 14 months ago

Closed 14 months ago

Last modified 14 months ago

#60380 closed defect (bug) (fixed)

Interactivity API: Add deprecated functions of Interactive Core blocks

Reported by: cbravobernal's profile cbravobernal Owned by: youknowriad's profile youknowriad
Milestone: 6.5 Priority: normal
Severity: normal Version: 6.5
Component: General Keywords: has-patch
Focuses: Cc:

Description

In 6.5 we are removing a couple of functions in Core blocks that were enqueuing the files needed to add that interactivity.

Interactivity will be handled with modules in next WordPress version, so those functions are not needed anymore (they were in the private version of 6.4)

Change History (4)

This ticket was mentioned in PR #5973 on WordPress/wordpress-develop by @cbravobernal.


14 months ago
#1

  • Keywords has-patch added

Add Interactivity functions to deprecated file.

Trac ticket: https://core.trac.wordpress.org/ticket/60380

#2 @youknowriad
14 months ago

  • Milestone changed from Awaiting Review to 6.5

#3 @youknowriad
14 months ago

  • Owner set to youknowriad
  • Resolution set to fixed
  • Status changed from new to closed

In 57511:

Editor: Add deprecated functions from interactivity core blocks.

In 6.5 we are removing a couple of functions in Core blocks that were enqueuing the files needed to add that interactivity. Interactivity is handled with modules, so those functions are not needed anymore and are deprecated.

Props swissspidy, cbravobernal.
Fixes #60380.

Note: See TracTickets for help on using tickets.