Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28571, comment 18


Ignore:
Timestamp:
08/27/2014 07:52:21 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28571, comment 18

    initial v1  
    55Yes, assumption that `wp-content/languages` is safe can be bad, but really used. I did not notice that mentioned examples use other subdirectory. But see for example following links:
    66
    7 https://core.trac.wordpress.org/ticket/23721 (and others). Users need some safe directory for modified localization files (and they use `wp-content/languages` now, especially for plugins and themes).
     7#23721 (and others). Users need some safe directory for modified localization files (and they use `wp-content/languages` now, especially for plugins and themes).
    88
    99https://wordpress.org/plugins/codestyling-localization-preserver/ Plugin to preserve modified localization files.