Making WordPress.org

Changeset 10784


Ignore:
Timestamp:
03/05/2021 01:14:08 AM (4 years ago)
Author:
coffee2code
Message:

Handbooks, Init: Unhook o2_default_post_action_html() from 'o2_filter_post_action_html' because it's throwing error_log message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/init.php

    r10778 r10784  
    169169        add_action( 'wp_enqueue_scripts', [ __CLASS__, 'enqueue_scripts' ] );
    170170
     171        // Disable (temporarily?) to prevent error_log messages.
     172        remove_filter( 'o2_filter_post_action_html', 'o2_default_post_action_html', 10 );
     173
    171174        /**
    172175         * Fires after handbooks have been initialized.
Note: See TracChangeset for help on using the changeset viewer.