Changeset 1578571
- Timestamp:
- 01/20/2017 09:26:16 AM (8 years ago)
- Location:
- polylang-theme-strings
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
polylang-theme-strings/trunk/mw-polylang-theme-strings.php
r1458260 r1578571 5 5 Plugin URI: http://modeewine.com/en-polylang-theme-strings 6 6 Description: Automatic scanning of strings translation in the theme and registration of them in Polylang plugin. Extension for Polylang plugin. 7 Version: 3. 2.17 Version: 3.3 8 8 Author: Modeewine 9 9 Author URI: http://modeewine.com … … 16 16 { 17 17 static $prefix = 'mw_polylang_strings_'; 18 static $plugin_version = '3. 2.1';18 static $plugin_version = '3.3'; 19 19 static $pll_f = 'pll_register_string'; 20 20 private $paths; … … 244 244 foreach ($p[0] as $pv) 245 245 { 246 preg_match_all("/pll_[_e][\s]*\([\s]*[\'\"](.*?)[\'\"] .*?\)/uis", $pv, $m);246 preg_match_all("/pll_[_e][\s]*\([\s]*[\'\"](.*?)[\'\"][\s]*\)/uis", $pv, $m); 247 247 248 248 if (count($m[0])) -
polylang-theme-strings/trunk/readme.txt
r1458260 r1578571 4 4 Tags: extension, polylang, multilingual, translate, translation, language, multilanguage, international, localization 5 5 Requires at least: 3.8 6 Tested up to: 4. 57 Stable tag: 3. 2.16 Tested up to: 4.7 7 Stable tag: 3.3 8 8 License: GPL2 9 9 … … 45 45 46 46 == Changelog == 47 48 = 3.3 (2017-01-20) = 49 50 * Added compatibility for strings with special characters. 51 * Tested and optimized compatibility with WordPress 4.7. 52 * Tested and optimized compatibility with Polylang 2. 47 53 48 54 = 3.2.1 (2016-07-21) =
Note: See TracChangeset
for help on using the changeset viewer.