Make WordPress Core


Ignore:
Timestamp:
08/22/2017 11:51:11 AM (9 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/translation-install.php

    r40638 r41289  
    11<?php
    22/**
    3  * WordPress Translation Install Administration API
     3 * WordPress Translation Installation Administration API
    44 *
    55 * @package WordPress
     
    2525
    2626        /**
    27          * Allows a plugin to override the WordPress.org Translation Install API entirely.
     27         * Allows a plugin to override the WordPress.org Translation Installation API entirely.
    2828         *
    2929         * @since 4.0.0
     
    9494
    9595        /**
    96          * Filters the Translation Install API response results.
     96         * Filters the Translation Installation API response results.
    9797         *
    9898         * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.