Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52914, comment 2


Ignore:
Timestamp:
03/28/2021 10:16:53 AM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52914, comment 2

    initial v1  
    66Some strings appear to be introduced or adjusted in [2438], [15710], [25696], [33019], [33034].
    77
    8 At a glance, it seems like at least these three strings should get an "Error:" prefix:
     8At a glance, it seems like these four strings should get an "Error:" prefix:
    99* `__( 'Your password reset link appears to be invalid. Please request a new link below.' )`
    1010* `__( 'Your password reset link has expired. Please request a new link below.' )`
    1111* `__( 'The passwords do not match.' )`
     12* `__( 'User registration is currently not allowed.' ) );`
    1213
    1314These, on the other hand, seem more like informational messages and probably don't need the prefix:
    1415* `__( 'Your session has expired. Please log in to continue where you left off.' ), 'message' );`
    1516* `__( 'You are now logged out.' ), 'message' );`
    16 * `__( 'User registration is currently not allowed.' ) );`
    1717* `__( 'Recovery Mode Initialized. Please log in to continue.' ), 'message' );`