Update edit-content.html.php

sort the dropdown list of categories alphabetically when editing a post
This commit is contained in:
sb0001 2023-12-09 01:26:26 +01:00 committed by GitHub
commit cf9e5de395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');