Make WordPress Core


Ignore:
Timestamp:
08/22/2017 11:51:11 AM (8 years ago)
Author:
johnbillion
Message:

General: Improve terminology used when referring to installations of WordPress and its extensions.

"Install" is not a noun, and while it might be acceptable to use the verb as a noun, it is not correct. Using the correct
noun, "installation", increases clarity, especially for non-native English speakers.

This change fixes the usage in user-facing text and in developer documentation.

Fixes #41620

File:
1 edited

Legend:

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

    r38672 r41289  
    11<?php
    22/**
    3  * WordPress Theme Install Administration API
     3 * WordPress Theme Installation Administration API
    44 *
    55 * @package WordPress
     
    203203        wp_die( $theme );
    204204
    205     iframe_header( __('Theme Install') );
     205    iframe_header( __('Theme Installation') );
    206206    if ( ! isset( $wp_list_table ) ) {
    207207        $wp_list_table = _get_list_table('WP_Theme_Install_List_Table');
Note: See TracChangeset for help on using the changeset viewer.