Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #18857, comment 21


Ignore:
Timestamp:
04/28/2016 08:10:43 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18857, comment 21

    v2 v3  
    1313and then uses screen IDs like `security_page_toplevel_page_itsec_settings` to display settings, meta boxes, etc.
    1414
    15 However, if `__( 'Security', 'better-wp-security' )` is translated, screen ID changes too, e.g. if the string is translated into "Безопасность", the screen ID becomes `%d0%b1%d0%b5%d0%b7%d0%be%d0%bf%d0%b0%d1%81%d0%bd%d0%be%d1%81%d1%82%d1%8c_page_toplevel_page_itsec_settings`, and the corresponding settings page becomes blank: [attachment:18857.jpg]. See #30073 for a detailed explanation.
     15However, if `__( 'Security', 'better-wp-security' )` is translated, screen ID changes too, e.g. if the string is translated into "Безопасность" in ru_RU, the screen ID becomes `%d0%b1%d0%b5%d0%b7%d0%be%d0%bf%d0%b0%d1%81%d0%bd%d0%be%d1%81%d1%82%d1%8c_page_toplevel_page_itsec_settings`, and the corresponding settings page becomes blank: [attachment:18857.jpg]. See #30073 for a detailed explanation.
    1616
    1717Let's see what is needed to get [attachment:18857.diff] in.