Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#34510 closed defect (bug) (fixed)

Add 'wp-post-new-reload' to the list of removable query args

Reported by: johnbillion Owned by: johnbillion
Priority: normal Milestone: 4.4
Component: Editor Version: 4.4
Severity: minor Keywords:
Cc: Focuses:

Description

In [33836], a wp-post-new-reload query var was introduced which prevents a post from being overwritten when the browser's Back button is used after saving a post.

This should be added to the list of removable query vars so it doesn't persist in the URL.

Change History (1)

#1 @johnbillion
11 years ago

  • Owner set to johnbillion
  • Resolutionfixed
  • Status newclosed

In 35460:

Add wp-post-new-reload to the list of removable query vars so it doesn't persist in the URL.

Fixes #34510

Note: See TracTickets for help on using tickets.