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/general-template.php

    r38100 r38121  
    22562256 *
    22572257 * @since 2.1.0
    2258  * @since 4.6.0 The `$post` parameter was added.
     2258 * @since 4.6.0 Added the `$post` parameter.
    22592259 *
    22602260 * @param string      $d    Optional. PHP date format defaults to the date_format option if not specified.
     
    22782278     *
    22792279     * @since 2.1.0
    2280      * @since 4.6.0 The `$post` parameter was added.
     2280     * @since 4.6.0 Added the `$post` parameter.
    22812281     *
    22822282     * @param string  $the_time The formatted date.
     
    24092409 *
    24102410 * @since 2.0.0
    2411  * @since 4.6.0 The `$post` parameter was added.
     2411 * @since 4.6.0 Added the `$post` parameter.
    24122412 *
    24132413 * @param string      $d     Optional. Format to use for retrieving the time the post
     
    24332433     *
    24342434     * @since 2.0.0
    2435      * @since 4.6.0 The `$post` parameter was added.
     2435     * @since 4.6.0 Added the `$post` parameter.
    24362436     *
    24372437     * @param string $the_time The formatted time.
     
    27892789
    27902790/**
    2791  * Prints resource hints to browsers for pre-fetching, pre-rendering and pre-connecting to web sites.
    2792  *
    2793  * Gives hints to browsers to prefetch specific pages or render them in the background,
    2794  * to perform DNS lookups or to begin the connection handshake (DNS, TCP, TLS) in the background.
     2791 * Prints resource hints to browsers for pre-fetching, pre-rendering
     2792 * and pre-connecting to web sites.
     2793 *
     2794 * Gives hints to browsers to prefetch specific pages or render them
     2795 * in the background, to perform DNS lookups or to begin the connection
     2796 * handshake (DNS, TCP, TLS) in the background.
    27952797 *
    27962798 * These performance improving indicators work by using `<link rel"…">`.
     
    28522854
    28532855/**
    2854  * Returns a list of unique hosts of all enqueued scripts and styles.
     2856 * Retrieves a list of unique hosts of all enqueued scripts and styles.
    28552857 *
    28562858 * @since 4.6.0
Note: See TracChangeset for help on using the changeset viewer.