Changeset 1522521
- Timestamp:
- 10/26/2016 02:49:31 PM (9 years ago)
- Location:
- acf-qtranslate/trunk
- Files:
-
- 3 edited
-
acf-qtranslate.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
acf-qtranslate/trunk/acf-qtranslate.php
r1522237 r1522521 4 4 Plugin URI: http://github.com/funkjedi/acf-qtranslate 5 5 Description: Provides multilingual versions of the text, text area, and wysiwyg fields. 6 Version: 1.7.1 36 Version: 1.7.14 7 7 Author: funkjedi 8 8 Author URI: http://funkjedi.com -
acf-qtranslate/trunk/readme.txt
r1522237 r1522521 4 4 Requires at least: 3.5.0 5 5 Tested up to: 4.2.1 6 Version: 1.7.1 37 Stable tag: 1.7.1 36 Version: 1.7.14 7 Stable tag: 1.7.14 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 59 59 60 60 == Changelog == 61 62 = 1.7.14 = 63 * Bug Fix: Bumped `after_setup_theme` priority to fix ACF4 field inclusion 61 64 62 65 = 1.7.13 = -
acf-qtranslate/trunk/src/plugin.php
r1520411 r1522521 15 15 */ 16 16 public function __construct() { 17 add_action('after_setup_theme', array($this, 'after_setup_theme'), 3);17 add_action('after_setup_theme', array($this, 'after_setup_theme'), -10); 18 18 add_action('acf/input/admin_enqueue_scripts', array($this, 'admin_enqueue_scripts')); 19 19 add_action('admin_menu', array($this, 'admin_menu'));
Note: See TracChangeset
for help on using the changeset viewer.