summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 15:29:50 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 15:29:50 +0300
commitf9c388f50944e2e85df0d61ef76e3d2fedbdaf54 (patch)
treeff8ea4fca19d0a8161c8a882735e157af3032469 /functions.php
parent141fb6e3a664319c62e7fd1ffe2a2324b5f556d6 (diff)
refactor feed edit dialog
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 2dcf5d3fc..3f18392a8 100644
--- a/functions.php
+++ b/functions.php
@@ -2998,7 +2998,7 @@
$line["id"], htmlspecialchars($line["title"]));
}
- print "<option value=\"ADD_CAT\">" .__("Add category...") . "</option>";
+# print "<option value=\"ADD_CAT\">" .__("Add category...") . "</option>";
print "</select>";
}