Fixed bug with invisible categories. http://wordpress.org/support/2/395
git-svn-id: https://develop.svn.wordpress.org/trunk@288 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ceedd5d087
commit
644c5d0ffb
@ -135,7 +135,7 @@ if ($i == "ASC")
|
||||
echo "<option value=\"".$category->cat_ID."\"";
|
||||
if ($category->cat_ID == $postdata["Category"])
|
||||
echo " selected='selected'";
|
||||
echo ">".$row->cat_name."</option>";
|
||||
echo ">".$category->cat_name."</option>";
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user