Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#8147 closed defect (bug) (fixed)

Message for new post should be "published" instead of "saved".

Reported by: ericr23's profile ericr23 Owned by:
Milestone: 2.7 Priority: normal
Severity: minor Version: 2.7
Component: UI Keywords: has-patch
Focuses: Cc:

Description

It is confusing that the message after publishing a post is 'Your post has been saved', since "save" is a different option from "publish". As far as I can tell, the message on line 37 (2.7b2) of wp-admin/post-new.php should be 'Your post has been published.'

Attachments (2)

dashboard.diff (1.1 KB) - added by mrmist 16 years ago.
Patch for wp-admin\includes\dashboard.php
edit-form-advanced.diff (720 bytes) - added by mrmist 16 years ago.
Patch for wp-admin\edit-form-advanced.php

Download all attachments as: .zip

Change History (8)

#1 @mrmist
16 years ago

I'm not seeing this as of 9713.

The only problem I'm seeing as actually the reverse of this - when a contributor hits "Submit for review" they get a "Post Published" message when they should be seeing "Post submitted for review.".

#2 @mrmist
16 years ago

  • Version set to 2.7

@mrmist
16 years ago

Patch for wp-admin\includes\dashboard.php

@mrmist
16 years ago

Patch for wp-admin\edit-form-advanced.php

#3 follow-up: @mrmist
16 years ago

  • Keywords has-patch added

Attached diffs against 9713 for dashboard include and edit form advanced that alter the message shown on submitting posts for review from quickpress and add post.

Think that should sort the odd messages out.

#4 @ryan
15 years ago

  • Component changed from General to UI
  • Owner anonymous deleted

#5 in reply to: ↑ 3 @azaozz
15 years ago

Replying to mrmist:

Attached diffs against 9713 for dashboard include and edit form advanced that alter the message shown on submitting posts for review from quickpress and add post.

Think that should sort the odd messages out.

Perhaps it's better to check post_status when determining if the post was just published or submitted for review. Also something like this is needed in edit-pages-form.php

#6 @azaozz
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Seems fixed now

Note: See TracTickets for help on using tickets.