Make WordPress Core


Ignore:
Timestamp:
02/24/2010 08:13:23 PM (16 years ago)
Author:
nacin
Message:

Spelling and grammar fun. Fixes #11875 props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r13358 r13382  
    288288 * @param mixed $quote_style Optional. Converts double quotes if set to ENT_COMPAT, both single and double if set to ENT_QUOTES or none if set to ENT_NOQUOTES. Also compatible with old values; converting single quotes if set to 'single', double if set to 'double' or both if otherwise set. Default is ENT_NOQUOTES.
    289289 * @param string $charset Optional. The character encoding of the string. Default is false.
    290  * @param boolean $double_encode Optional. Whether or not to encode existing html entities. Default is false.
     290 * @param boolean $double_encode Optional. Whether to encode existing html entities. Default is false.
    291291 * @return string The encoded text with HTML entities.
    292292 */
     
    11111111 *
    11121112 * @param string $content The text about to be edited.
    1113  * @param bool $richedit Whether or not the $content should pass through htmlspecialchars(). Default false.
     1113 * @param bool $richedit Whether the $content should pass through htmlspecialchars(). Default false.
    11141114 * @return string The text after the filter (and possibly htmlspecialchars()) has been run.
    11151115 */
Note: See TracChangeset for help on using the changeset viewer.