Make WordPress Core

Ticket #47475: 47475.3.diff

File 47475.3.diff, 1.7 KB (added by garrett-eclipse, 5 years ago)

Minor to change 'requiring developer time' to 'requiring a developer'

  • src/wp-admin/about.php

     
    9797                        </div>
    9898                        <div class="column is-vertically-aligned-center">
    9999                                <h3><?php _e( 'PHP Error Protection' ); ?></h3>
    100                                 <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
     100                                <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring which pauses error-causing plugins or themes.' ); ?></p>
    101101                        </div>
    102102                </div>
    103103
  • src/wp-admin/includes/file.php

     
    12181218                        return new WP_Error(
    12191219                                'signature_verification_unsupported',
    12201220                                sprintf(
    1221                                         /* translators: 1: The filename of the package. */
    1222                                         __( 'The authenticity of %1$s could not be verified as signature verification is unavailable on this system.' ),
     1221                                        /* translators: : The filename of the package. */
     1222                                        __( 'The authenticity of %s could not be verified as signature verification is unavailable on this system.' ),
    12231223                                        '<span class="code">' . esc_html( $filename_for_errors ) . '</span>'
    12241224                                ),
    12251225                                array(