mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Update edit-content.html.php
sort the dropdown list of categories alphabetically when editing a post
This commit is contained in:
parent
cb9f7adbc0
commit
cf9e5de395
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ if (isset($p->file)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$desc = get_category_info(null);
|
$desc = get_category_info(null);
|
||||||
|
asort($desc);
|
||||||
|
|
||||||
$content = file_get_contents($url);
|
$content = file_get_contents($url);
|
||||||
$oldtitle = get_content_tag('t', $content, 'Untitled');
|
$oldtitle = get_content_tag('t', $content, 'Untitled');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue