Changes between Initial Version and Version 1 of Ticket #12506, comment 36
- Timestamp:
- 02/21/2014 12:50:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12506, comment 36
initial v1 28 28 We should really try to introduce parallel classes to allow us to mark all the inconsistent stuff to be marked as deprecated. 29 29 30 Another thing is generic vs. specific messages. In between we got notes like the following, which aren't that unique that they would need an ID. We could just differentiate between {{{.error}}}, {{{.message}}} (both on top of the form) and {{{.note}}} (inline form). 31 32 {{{ 33 <p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p> 34 }}} 35 30 36 And we should think about a prefix that allows us to consistently determine which action we're currently targeting. 31 37