Changeset 1444765
- Timestamp:
- 06/28/2016 07:57:50 AM (9 years ago)
- Location:
- polylang-theme-strings
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
polylang-theme-strings/trunk/mw-polylang-theme-strings.php
r1428144 r1444765 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. 17 Version: 3.2 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. 1';18 static $plugin_version = '3.2'; 19 19 static $pll_f = 'pll_register_string'; 20 20 private $paths; … … 64 64 $theme_dir_name = (string)$theme_dir_name[count($theme_dir_name) - 1]; 65 65 66 $this->paths = Array(66 $this->paths = array( 67 67 'plugin_file_index' => __FILE__, 68 68 'plugin_url' => plugins_url('/', __FILE__), … … 239 239 if (preg_match("/\/.*?\.[a-z0-9]+$/uis", $v)) 240 240 { 241 preg_match_all("/ \<\?.*?\?\>/uis", file_get_contents($v), $p);241 preg_match_all("/(?:\<\?.*?\?\>)|(?:\<\?.*?[^\?]+[^\>]+)/uis", file_get_contents($v), $p); 242 242 243 243 if (count($p[0])) -
polylang-theme-strings/trunk/readme.txt
r1428144 r1444765 5 5 Requires at least: 3.8 6 6 Tested up to: 4.5 7 Stable tag: 3. 17 Stable tag: 3.2 8 8 License: GPL2 9 9 … … 45 45 46 46 == Changelog == 47 48 = 3.2 (2016-06-28) = 49 50 * Improved search-engine of strings-translation. 47 51 48 52 = 3.1 (2016-06-01) =
Note: See TracChangeset
for help on using the changeset viewer.