Changeset 45516 for branches/5.2
- Timestamp:
- 06/10/2019 02:15:20 PM (6 years ago)
- Location:
- branches/5.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/about.php
r45364 r45516 127 127 <div class="column is-vertically-aligned-center"> 128 128 <h3><?php _e( 'PHP Error Protection' ); ?></h3> 129 <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>129 <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> 130 130 </div> 131 131 </div> -
branches/5.2/src/wp-admin/includes/file.php
r45510 r45516 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: %s: 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 ),
Note: See TracChangeset
for help on using the changeset viewer.