Changeset 10792
- Timestamp:
- 03/07/2021 08:39:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/init.php
r10784 r10792 169 169 add_action( 'wp_enqueue_scripts', [ __CLASS__, 'enqueue_scripts' ] ); 170 170 171 // Disable (temporarily?) to prevent error_log messages.172 remove_filter( 'o2_filter_post_action_html', 'o2_default_post_action_html', 10 );173 174 171 /** 175 172 * Fires after handbooks have been initialized.
Note: See TracChangeset
for help on using the changeset viewer.