Changeset 6010 for trunk/wp-includes/atomlib.php
- Timestamp:
- 09/02/2007 08:42:00 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/atomlib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/atomlib.php
r5951 r6010 204 204 array_push($newcontent, $c[2]); 205 205 } else { 206 if($this->is_xhtml ) {206 if($this->is_xhtml || $this->is_text) { 207 207 array_push($newcontent, $this->xml_escape($c)); 208 208 } else {
Note: See TracChangeset
for help on using the changeset viewer.