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/class-wp-widget-factory.php

    r37333 r38121  
    5454     * @since 4.6.0
    5555     * @access private
     56     * @var array
     57     *
    5658     * @see WP_Widget_Factory::hash_object()
    57      *
    58      * @var array
    5959     */
    6060    private $hashed_class_counts = array();
    6161
    6262    /**
    63      * Hash an object, doing fallback of `spl_object_hash()` if not available.
     63     * Hashes an object, doing fallback of `spl_object_hash()` if not available.
    6464     *
    6565     * This can be eliminated in favor of straight spl_object_hash() when 5.3
     
    9494     *
    9595     * @since 2.8.0
    96      * @since 4.6.0 The `$widget` param can also be an instance object of `WP_Widget` instead of just a `WP_Widget` subclass name.
     96     * @since 4.6.0 Updated the `$widget` parameter to also accept a WP_Widget instance object
     97     *              instead of simply a `WP_Widget` subclass name.
    9798     * @access public
    9899     *
     
    111112     *
    112113     * @since 2.8.0
    113      * @since 4.6.0 The `$widget` param can also be an instance object of `WP_Widget` instead of just a `WP_Widget` subclass name.
     114     * @since 4.6.0 Updated the `$widget` parameter to also accept a WP_Widget instance object
     115     *              instead of simply a `WP_Widget` subclass name.
    114116     * @access public
    115117     *
Note: See TracChangeset for help on using the changeset viewer.