mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
alphabetized category drop down list
git-svn-id: https://develop.svn.wordpress.org/trunk@358 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -568,7 +568,7 @@ function profile($user_login) {
|
||||
|
||||
function dropdown_categories($blog_ID=1, $default=1) {
|
||||
global $postdata,$tablecategories,$mode,$querycount, $wpdb;
|
||||
$query="SELECT * FROM $tablecategories";
|
||||
$query="SELECT * FROM $tablecategories ORDER BY cat_name";
|
||||
$results = $wpdb->get_results($query);
|
||||
++$querycount;
|
||||
$width = ($mode=="sidebar") ? "100%" : "170px";
|
||||
|
||||
Reference in New Issue
Block a user