Make WordPress Core


Ignore:
Timestamp:
02/29/2008 09:51:36 AM (17 years ago)
Author:
ryan
Message:

Post Edit Collision Detection from mdawaffe. fixes #6043

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r7081 r7103  
    778778
    779779        $s = '';
    780         if ( (array) $supplemental )
     780        if ( (array) $supplemental ) {
    781781            foreach ( $supplemental as $k => $v )
    782782                $s .= "<$k><![CDATA[$v]]></$k>";
     783            $s = "<supplemental>$s</supplemental>";
     784        }
    783785
    784786        if ( false === $action )
Note: See TracChangeset for help on using the changeset viewer.