Make WordPress Core


Ignore:
Timestamp:
02/26/2018 07:34:56 PM (8 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/includes/misc.php

    r42343 r42757  
    278278
    279279/**
    280  * Makes a tree structure for the Theme Editor's file list.
     280 * Makes a tree structure for the theme editor's file list.
    281281 *
    282282 * @since 4.9.0
     
    300300
    301301/**
    302  * Outputs the formatted file list for the Theme Editor.
     302 * Outputs the formatted file list for the theme editor.
    303303 *
    304304 * @since 4.9.0
     
    367367
    368368/**
    369  * Makes a tree structure for the Plugin Editor's file list.
     369 * Makes a tree structure for the plugin editor's file list.
    370370 *
    371371 * @since 4.9.0
     
    389389
    390390/**
    391  * Outputs the formatted file list for the Plugin Editor.
     391 * Outputs the formatted file list for the plugin editor.
    392392 *
    393393 * @since 4.9.0
Note: See TracChangeset for help on using the changeset viewer.