Make WordPress Core


Ignore:
Timestamp:
10/28/2019 07:46:13 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections.

See #48303

File:
1 edited

Legend:

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

    r45932 r46610  
    128128        if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) {
    129129            // Outout the failure error as a normal feedback, and not as an error:
     130            /** This filter is documented in wp-admin/includes/update-core.php */
    130131            apply_filters( 'update_feedback', $download->get_error_message() );
    131132
Note: See TracChangeset for help on using the changeset viewer.