Make WordPress Core


Ignore:
Timestamp:
07/20/2016 04:56:21 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.

Part 1/2.

See #37318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r38087 r38121  
    14921492 *
    14931493 * @since 1.2.1
    1494  * @since 4.6.0 Locale support was added for `de_CH`, `de_CH_informal`, and `ca`.
     1494 * @since 4.6.0 Added locale support for `de_CH`, `de_CH_informal`, and `ca`.
    14951495 *
    14961496 * @param string $string Text that might have accent characters
     
    49234923
    49244924/**
    4925  * Print inline Emoji dection script
     4925 * Prints inline Emoji dection script
    49264926 *
    49274927 * @ignore
     
    49294929 * @access private
    49304930 *
    4931  * @global string $wp_version
     4931 * @global string $wp_version WordPress version string.
    49324932 */
    49334933function _print_emoji_detection_script() {
Note: See TracChangeset for help on using the changeset viewer.