Ticket #6260 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

String mentions "this article" on the Page edition form

Reported by: xibe Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: i18n Version: 2.5
Severity: trivial Keywords: has-patch
Cc:

Description

The following string:

"These settings apply to this post only. &#8220;Pings&#8221; are <ahref=\"http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments\" target=\"_blank\">trackbacks and pingbacks</a>."

...is applied to both /wp-admin/post-new.php and /wp-admin/page-new.php. In the second case, it should say "to this page only" instead of "to this post only".

Thanks.

Attachments

6260.patch (1.5 kB) - added by ninjaWR on 03/17/08 19:03:33.
changes post to page in two option descriptions

Change History

03/17/08 17:43:47 changed by xibe

  • type changed from defect to enhancement.

03/17/08 19:03:33 changed by ninjaWR

  • attachment 6260.patch added.

changes post to page in two option descriptions

03/17/08 19:03:55 changed by ninjaWR

  • keywords set to has-patch.

03/17/08 20:42:30 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [7350]) s/post/page/. Props xibe and ninjaWR. fixes #6260