Opened 3 years ago

Last modified 3 years ago

#15174 closed enhancement

Move edit blog page to dedicated files — at Version 1

Reported by: ryan Owned by:
Priority: normal Milestone: 3.1
Component: Multisite Version: 3.1
Severity: normal Keywords: ongoing-project
Cc:

Description (last modified by ryan)

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)

Change History (1)

comment:1   ryan3 years ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.