Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #12506, comment 36


Ignore:
Timestamp:
02/21/2014 12:50:38 PM (12 years ago)
Author:
F J Kaiser
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12506, comment 36

    initial v1  
    2828We should really try to introduce parallel classes to allow us to mark all the inconsistent stuff to be marked as deprecated.
    2929
     30Another 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
    3036And we should think about a prefix that allows us to consistently determine which action we're currently targeting.
    3137