Make WordPress Core

Changeset 40432


Ignore:
Timestamp:
04/15/2017 09:27:22 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update the length limit in set_site_transient() docs after [34030].

Props lukecavanagh, jdgrimes.
Fixes #40455.

File:
1 edited

Legend:

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

    r40028 r40432  
    16421642 *
    16431643 * @param string $transient  Transient name. Expected to not be SQL-escaped. Must be
    1644  *                           40 characters or fewer in length.
     1644 *                           167 characters or fewer in length.
    16451645 * @param mixed  $value      Transient value. Expected to not be SQL-escaped.
    16461646 * @param int    $expiration Optional. Time until expiration in seconds. Default 0 (no expiration).
Note: See TracChangeset for help on using the changeset viewer.