Changeset 31170 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/13/2015 12:50:32 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r31120 r31170 2685 2685 * Perform sanity checks on data that shall be encoded to JSON. 2686 2686 * 2687 * @see wp_json_encode() 2688 * 2687 * @ignore 2689 2688 * @since 4.1.0 2690 2689 * @access private 2691 * @internal 2690 * 2691 * @see wp_json_encode() 2692 2692 * 2693 2693 * @param mixed $data Variable (usually an array or object) to encode as JSON. … … 2748 2748 * Convert a string to UTF-8, so that it can be safely encoded to JSON. 2749 2749 * 2750 * @see _wp_json_sanity_check() 2751 * 2750 * @ignore 2752 2751 * @since 4.1.0 2753 2752 * @access private 2754 * @internal 2753 * 2754 * @see _wp_json_sanity_check() 2755 2755 * 2756 2756 * @param string $string The string which is to be converted. … … 4321 4321 * Return a MySQL expression for selecting the week number based on the start_of_week option. 4322 4322 * 4323 * @i nternal4323 * @ignore 4324 4324 * @since 3.0.0 4325 4325 *
Note: See TracChangeset
for help on using the changeset viewer.