Opened 18 years ago
Closed 17 years ago
#4334 closed defect (bug) (fixed)
Restructure wp-admin
Reported by: | ryan | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Administration | Keywords: | wp-admin includes |
Focuses: | Cc: |
Change History (14)
#2
@
18 years ago
+3.5. The file structure (or lack thereof ;) ) has always irked me.
Also, would it be worth it to do pretty permalinks for the admin?
#4
@
18 years ago
That breaks up admin-db and admin-functions into something more sane. I'm itching to reorg the template files too since there are almost seventy something inconsistenly named files in wp-admin. Two approaches to renaming.
- post/create.php
- post/edit.php
- post/form.php
- post/manage.php
- post/update.php
Or...
- post-create.php
- post-edit.php
- post-form.php
- post-manage.php
- post-update.php
I like the directory approach. It provides a pretty permalink style via its structure. The related js and css files can also go in the directory, reducing clutter in wp-admin.
Note: See
TracTickets for help on using
tickets.
Possible wp-admin/includes
And corresponding foo-template.php as needed.