Make WordPress Core


Ignore:
Timestamp:
10/28/2014 06:53:10 PM (11 years ago)
Author:
pento
Message:

Fix a PHPDoc typo for wp_json_encode().

Props JustinSainton.

See #28786.

File:
1 edited

Legend:

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

    r30055 r30058  
    26202620 * @param mixed $data    Variable (usually an array or object) to encode as JSON
    26212621 * @param int   $options Options to be passed to json_encode(). Default 0.
    2622  * @param int   $depth   Maximum depth to walk through $data. Must be greater than 0, default 512.t
     2622 * @param int   $depth   Maximum depth to walk through $data. Must be greater than 0, default 512.
    26232623 *
    26242624 * @return bool|string The JSON encoded string, or false if it cannot be encoded
Note: See TracChangeset for help on using the changeset viewer.