mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-02 01:46:26 +02:00
Fixed bug with invisible categories. http://wordpress.org/support/2/395
git-svn-id: http://svn.automattic.com/wordpress/trunk@288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d3fa3d162
commit
f0d68c2b0e
@ -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