Make WordPress Core


Ignore:
Timestamp:
11/11/2019 02:41:15 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of WP_Error.

See #48303.

File:
1 edited

Legend:

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

    r45932 r46696  
    451451     * @param string        $remote_destination
    452452     * @param array         $plugin
    453      * @return WP_Error|bool
     453     * @return bool|WP_Error
    454454     */
    455455    public function delete_old_plugin( $removed, $local_destination, $remote_destination, $plugin ) {
Note: See TracChangeset for help on using the changeset viewer.