Changeset 1596:c08a43972c4e
- Timestamp:
- 08/27/13 09:57:49 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r1553 r1596 61 61 } 62 62 63 $categories_combo[__(' None')] = 'NULL';63 $categories_combo[__('(No cat)')] = 'NULL'; 64 64 while ($categories->fetch()) { 65 65 $categories_combo[str_repeat(' ',$categories->level-1).($categories->level-1 == 0 ? '' : '• ').
Note: See TracChangeset
for help on using the changeset viewer.