[wp-trac] [WordPress Trac] #15174: Move edit blog page to dedicated files
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 20 19:12:59 UTC 2010
#15174: Move edit blog page to dedicated files
--------------------------+-------------------------------------------------
Reporter: ryan | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Multisite | Version: 3.1
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Description changed by ryan:
Old description:
> The edit blog form is currently accessed via
> /network/sites.php?action=editblog&id=1. Accessing the form via
> sites.php confuses screen options and other UI elements. The form should
> be accessed via edit.php instead. In general, the blog edit code in the
> network admin needs a refactor.
>
> * Move edit.php to site.php
> * Access the blog edit form via site.php?action=edit
> * Put the form in edit-blog-form.php
> * Use proper meta boxes and screen options for the form, using edit-
> form-advanced.php as inspiration
New description:
The edit blog form is currently accessed via
/network/sites.php?action=editblog&id=1. Accessing the form via sites.php
confuses screen options and other UI elements. The form should be
accessed via edit.php instead. In general, the blog edit code in the
network admin needs a refactor.
* Move edit.php to site.php
* Access the blog edit form via site.php?action=edit
* Put the form in edit-blog-form.php
* Use proper meta boxes and screen options for the form, using edit-form-
advanced.php as inspiration
* Put meta box call back functions in network/meta-boxes.php ( wp-
admin/includes/network-meta-boxes.php)
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15174#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list