Changeset 7103 for trunk/wp-includes/classes.php
- Timestamp:
- 02/29/2008 09:51:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r7081 r7103 778 778 779 779 $s = ''; 780 if ( (array) $supplemental ) 780 if ( (array) $supplemental ) { 781 781 foreach ( $supplemental as $k => $v ) 782 782 $s .= "<$k><![CDATA[$v]]></$k>"; 783 $s = "<supplemental>$s</supplemental>"; 784 } 783 785 784 786 if ( false === $action )
Note: See TracChangeset
for help on using the changeset viewer.