Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 13 years ago

#2504 closed defect (bug) (fixed)

Split up post.php

Reported by: ryan Owned by: ryan
Priority: normal Milestone: 2.1
Component: Administration Version: 2.0.1
Severity: normal Keywords: post page comment edit
Cc: Focuses:

Description

post.php does too much. It serves the create and edit forms for posts and pages and dispatches actions for posts, pages, and comments. Let's break it up into multiple files.

  • comment.php - Handle comment actions.
  • page.php - Handle page actions and page edit form.
  • post-new.php - New post form.
  • post.php - Handle post actions and post edit form.

We might want to have post-edit.php and page-edit.php for handling the edit forms, but since this currently consists of simply including the forms from other files, it's not a big deal.

Change History (1)

#1 @ryan
21 years ago

  • Resolutionfixed
  • Status newclosed
Note: See TracTickets for help on using tickets.