Changeset 2936067
- Timestamp:
- 07/09/2023 05:09:51 AM (3 years ago)
- Location:
- speed-up-translation/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
speed-up-translation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
speed-up-translation/trunk/readme.txt
r2874778 r2936067 5 5 Requires at least: 3.0 6 6 Tested up to: 6.0 7 Stable tag: 1.0.1 77 Stable tag: 1.0.18 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 46 = 1.0.18 = 47 * Check if override 45 48 46 49 = 1.0.17 = -
speed-up-translation/trunk/speed-up-translation.php
r2874778 r2936067 94 94 95 95 global $l10n; 96 97 // check if override 98 if ($override) { 99 return true; 100 } 96 101 97 102 // check if $mofile exisist and is readable
Note: See TracChangeset
for help on using the changeset viewer.