Changeset 13382 for trunk/wp-includes/formatting.php
- Timestamp:
- 02/24/2010 08:13:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r13358 r13382 288 288 * @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. 289 289 * @param string $charset Optional. The character encoding of the string. Default is false. 290 * @param boolean $double_encode Optional. Whether or notto encode existing html entities. Default is false.290 * @param boolean $double_encode Optional. Whether to encode existing html entities. Default is false. 291 291 * @return string The encoded text with HTML entities. 292 292 */ … … 1111 1111 * 1112 1112 * @param string $content The text about to be edited. 1113 * @param bool $richedit Whether or notthe $content should pass through htmlspecialchars(). Default false.1113 * @param bool $richedit Whether the $content should pass through htmlspecialchars(). Default false. 1114 1114 * @return string The text after the filter (and possibly htmlspecialchars()) has been run. 1115 1115 */
Note: See TracChangeset
for help on using the changeset viewer.