Opened 19 years ago
Closed 19 years ago
#4334 closed defect (bug) (fixed)
Restructure wp-admin
| Reported by: | ryan | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | wp-admin includes |
| Cc: | Focuses: |
Change History (14)
#2
@
19 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
@
19 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Possible wp-admin/includes
And corresponding foo-template.php as needed.