Ticket #47475: 47475.3.diff
File 47475.3.diff, 1.7 KB (added by , 5 years ago) |
---|
-
src/wp-admin/about.php
97 97 </div> 98 98 <div class="column is-vertically-aligned-center"> 99 99 <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> 101 101 </div> 102 102 </div> 103 103 -
src/wp-admin/includes/file.php
1218 1218 return new WP_Error( 1219 1219 'signature_verification_unsupported', 1220 1220 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.' ), 1223 1223 '<span class="code">' . esc_html( $filename_for_errors ) . '</span>' 1224 1224 ), 1225 1225 array(