Make WordPress Core

Changeset 33784


Ignore:
Timestamp:
08/28/2015 03:28:06 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a changelog entry to the pre_set_transient_$transient hook doc for the $transient parameter, added in [33738].

See #28402.

File:
1 edited

Legend:

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

    r33783 r33784  
    687687     *
    688688     * @since 3.0.0
    689      * @since 4.2.0 Added `$expiration` parameter.
     689     * @since 4.2.0 The `$expiration` parameter was added.
     690     * @since 4.4.0 The `$transient` parameter was added.
    690691     *
    691692     * @param mixed  $value      New value of transient.
Note: See TracChangeset for help on using the changeset viewer.