[wp-trac] Re: [WordPress Trac] #4345: On the Comment Editing
screens, need a link to View Post that the comment is on
WordPress Trac
wp-trac at lists.automattic.com
Wed May 30 23:56:48 GMT 2007
#4345: On the Comment Editing screens, need a link to View Post that the comment
is on
----------------------------+-----------------------------------------------
Reporter: dgold | Owner: rob1n
Type: enhancement | Status: new
Priority: normal | Milestone: 2.3
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: has-patch |
----------------------------+-----------------------------------------------
Comment (by rob1n):
A few items of concern -- don't take this as personal criticism or
anything, just what I would change:
1. Bad placement -- above there is not the best place to put it, IMO. I
would put it at the other side of the submit button.
2. We try to use semantic HTML in the admin (and everywhere else,
really), and <br /><br /> is very presentational.
3. Don't run dynamic things through the gettext functions. Realistically
speaking, the post title is already in the user's language, so that would
be useless. The » would need some treatment, however, so I would use
sprintf('%s »', post_title), or something similar.
--
Ticket URL: <http://trac.wordpress.org/ticket/4345#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list