Make WordPress Core


Ignore:
Timestamp:
02/26/2018 07:34:56 PM (7 years ago)
Author:
ocean90
Message:

Administration: Remove unnecessary capitalization when referencing to plugin/theme editors.

Fixes #43072.

File:
1 edited

Legend:

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

    r42685 r42757  
    123123            'title'   => __( 'Overview' ),
    124124            'content' =>
    125                      '<p>' . __( 'You can use the Plugin Editor to make changes to any of your plugins&#8217; individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.' ) . '</p>' .
     125                     '<p>' . __( 'You can use the plugin editor to make changes to any of your plugins&#8217; individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.' ) . '</p>' .
    126126                     '<p>' . __( 'Choose a plugin to edit from the dropdown menu and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don&#8217;t forget to save your changes (Update File) when you&#8217;re finished.' ) . '</p>' .
    127127                     '<p>' . __( 'The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Look Up takes you to a web page about that particular function.' ) . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.