PluginProbe
Gutenberg / 19.6.1
Gutenberg v19.6.1
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | lib/interactivity-api.php +1 -1 23.2.119.6.1 View file →
@@ -12,9 +12,9 @@
12 12 * The filter runs on 'after_setup_theme' (when Core registers Interactivity and Script Modules hooks)
13 13 * to ensure that the conditional registration happens after Core and correctly determine whether
14 14 * the filter should be added.
15 15 *
16 - * @link https://github.com/WordPress/wordpress-develop/pull/7304
16 + * @see https://github.com/WordPress/wordpress-develop/pull/7304
17 17 */
18 18 function gutenberg_register_interactivity_script_module_data_hooks() {
19 19 if ( ! has_filter( 'script_module_data_@wordpress/interactivity-router', array( wp_interactivity(), 'filter_script_module_interactivity_router_data' ) ) ) {
20 20 add_filter(