Make WordPress Core


Ignore:
Timestamp:
10/12/2023 01:25:48 PM (14 months ago)
Author:
desrosj
Message:

Editor: Move footnotes block hooks to default-filters.php

Follow up to [56839].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks.php

    r56839 r56845  
    20292029    return $arg;
    20302030}
    2031 
    2032 add_action( 'init', '_wp_footnotes_kses_init' );
    2033 add_action( 'set_current_user', '_wp_footnotes_kses_init' );
    2034 add_filter( 'force_filtered_html_on_import', '_wp_footnotes_force_filtered_html_on_import_filter', 999 );
Note: See TracChangeset for help on using the changeset viewer.