Changeset 16993
- Timestamp:
- 12/16/2010 09:24:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r16948 r16993 2369 2369 */ 2370 2370 function esc_textarea( $text ) { 2371 $safe_text = htmlspecialchars( $text );2371 $safe_text = htmlspecialchars( $text, ENT_QUOTES ); 2372 2372 return apply_filters( 'esc_textarea', $safe_text, $text ); 2373 2373 }
Note: See TracChangeset
for help on using the changeset viewer.