Making WordPress.org

Changeset 10792

Timestamp:
03/07/2021 08:39:27 PM (3 years ago)
Author:
coffee2code
Message:

Handbooks, Init: Don't unhook o2_default_post_action_html() from 'o2_filter_post_action_html'; doing so is overzealous.

Fixes #5651.

File:
1 edited

Legend:

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

    r10784 r10792  
    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 
    174171        /**
    175172         * Fires after handbooks have been initialized.
Note: See TracChangeset for help on using the changeset viewer.