mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Formatting fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@849 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
63a6efea29
commit
8fe9179d1a
@ -32,7 +32,7 @@ function write_nested_categories($categories) {
|
||||
foreach($categories as $category) {
|
||||
echo '<label for="category-', $category['cat_ID'], '" class="selectit"><input value="', $category['cat_ID'],
|
||||
'" type="checkbox" name="post_category[]" id="category-', $category['cat_ID'], '"',
|
||||
($category['checked'] ? ' checked="checked"' : ""), '/>', $category['cat_name'], "</label>\n";
|
||||
($category['checked'] ? ' checked="checked"' : ""), '/> ', $category['cat_name'], "</label>\n";
|
||||
|
||||
if(isset($category['children'])) {
|
||||
echo "\n<span class='cat-nest'>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user