Changeset 3156
- Timestamp:
- 11/18/2005 11:27:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r3136 r3156 1000 1000 $output = $text; 1001 1001 $output = html_entity_decode($output); // undoes format_to_edit() 1002 $output = wptexturize($output);1003 1002 $output = convert_chars($output); 1004 1003 $output = wpautop($output);
Note: See TracChangeset
for help on using the changeset viewer.