Make WordPress Core

Changeset 44811


Ignore:
Timestamp:
03/07/2019 10:16:49 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Theme Editor: Capitalize "Think very carefully about your site crashing..." message for consistency with other strings.

Props immeet94.
Fixes #46436.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-editor.php

    r44617 r44811  
    3737                 '</ul>' .
    3838                 '<p>' . __( 'After typing in your edits, click Update File.' ) . '</p>' .
    39                  '<p>' . __( '<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.' ) . '</p>' .
     39                 '<p>' . __( '<strong>Advice:</strong> Think very carefully about your site crashing if you are live-editing the theme currently in use.' ) . '</p>' .
    4040                 /* translators: %s: link to codex article about child themes */
    4141                 '<p>' . sprintf( __( 'Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="%s">child theme</a> instead.' ), __( 'https://codex.wordpress.org/Child_Themes' ) ) . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.