Make WordPress Core


Ignore:
Timestamp:
03/27/2023 03:09:09 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Clarify the ::hide_process_failed() return value in plugin and theme installer.

Follow-up to [48390].

Props sakibmd, jrf, patelmohip, akmelias.
Fixes #57680.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-plugin-installer-skin.php

    r55412 r55595  
    6767         *
    6868         * @param WP_Error $wp_error WP_Error object.
    69          * @return bool
     69         * @return bool True if the error should be hidden, false otherwise.
    7070         */
    7171        public function hide_process_failed( $wp_error ) {
Note: See TracChangeset for help on using the changeset viewer.