Changeset 13573
- Timestamp:
- 04/19/2024 02:03:07 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-blocks.php
r13572 r13573 41 41 // Hack to make Imgur embeds work. This should be fixed by Imgur. 42 42 add_filter( 'oembed_remote_get_args', [ $this, 'oembed_remote_get_args' ], 10, 2 ); 43 44 // Add block patterns.45 add_filter( 'init', [ $this, 'register_predefs' ] );46 43 47 44 // Add user opt-out.
Note: See TracChangeset
for help on using the changeset viewer.