| @@ -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( |