Cut 'em out, move 'em on, trailing whitespace

git-svn-id: http://svn.automattic.com/wordpress/trunk@15116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-06-02 20:04:07 +00:00
parent a2b95178e4
commit 17129fb62e
33 changed files with 59 additions and 59 deletions

View File

@@ -1115,9 +1115,9 @@ case 'menu-get-metabox' :
'args' => $item,
)
));
$markup = ob_get_clean();
echo json_encode(array(
'replace-id' => $type . '-' . $item->name,
'markup' => $markup,