Browse Source
Update edit-content.html.php
sort the dropdown list of categories alphabetically when editing a post
pull/652/head
sb0001
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
system/admin/views/edit-content.html.php
|
|
|
@ -7,6 +7,7 @@ if (isset($p->file)) { |
|
|
|
} |
|
|
|
|
|
|
|
$desc = get_category_info(null); |
|
|
|
asort($desc); |
|
|
|
|
|
|
|
$content = file_get_contents($url); |
|
|
|
$oldtitle = get_content_tag('t', $content, 'Untitled'); |
|
|
|
|