Browse Source

Update edit-content.html.php

sort the dropdown list of categories alphabetically when editing a post
pull/653/head
sb0001 2 years ago
committed by GitHub
parent
commit
cf9e5de395
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      system/admin/views/edit-content.html.php

+ 1
- 0
system/admin/views/edit-content.html.php 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');


Loading…
Cancel
Save