Make WordPress Core

Changeset 43325


Ignore:
Timestamp:
05/27/2018 07:41:16 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in Services_JSON DocBlocks.

Props sagarnasit.
Fixes #44244.

File:
1 edited

Legend:

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

    r35793 r43325  
    253253    * @param    mixed   $var    any number, boolean, string, array, or object to be encoded.
    254254    *                           see argument 1 to Services_JSON() above for array-parsing behavior.
    255     *                           if var is a strng, note that encode() always expects it
     255    *                           if var is a string, note that encode() always expects it
    256256    *                           to be in ASCII or UTF-8 format!
    257257    *
     
    269269    * @param    mixed   $var    any number, boolean, string, array, or object to be encoded.
    270270    *                           see argument 1 to Services_JSON() above for array-parsing behavior.
    271     *                           if var is a strng, note that encode() always expects it
     271    *                           if var is a string, note that encode() always expects it
    272272    *                           to be in ASCII or UTF-8 format!
    273273    *
     
    290290    * @param    mixed   $var    any number, boolean, string, array, or object to be encoded.
    291291    *                           see argument 1 to Services_JSON() above for array-parsing behavior.
    292     *                           if var is a strng, note that encode() always expects it
     292    *                           if var is a string, note that encode() always expects it
    293293    *                           to be in ASCII or UTF-8 format!
    294294    *
Note: See TracChangeset for help on using the changeset viewer.