Changeset 1515612
- Timestamp:
- 10/15/2016 08:52:33 PM (9 years ago)
- Location:
- acf-link-picker-field
- Files:
-
- 3 edited
- 5 copied
-
tags/1.2.7 (copied) (copied from acf-link-picker-field/trunk)
-
tags/1.2.7/acf-link_picker-v5.php (copied) (copied from acf-link-picker-field/trunk/acf-link_picker-v5.php) (1 diff)
-
tags/1.2.7/acf-link_picker.php (copied) (copied from acf-link-picker-field/trunk/acf-link_picker.php) (1 diff)
-
tags/1.2.7/js/input.js (copied) (copied from acf-link-picker-field/trunk/js/input.js)
-
tags/1.2.7/readme.txt (copied) (copied from acf-link-picker-field/trunk/readme.txt) (1 diff)
-
trunk/acf-link_picker-v5.php (modified) (1 diff)
-
trunk/acf-link_picker.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
acf-link-picker-field/tags/1.2.7/acf-link_picker-v5.php
r1515074 r1515612 126 126 127 127 function render_field( $field ) { 128 129 128 129 // add wysiwyg assets to page 130 // Per https://www.advancedcustomfields.com/resources/acf_form/: "This will create a 131 // hidden WYSIWYG field and enqueue the required JS templates for the WP media popups." 132 if (function_exists('acf_enqueue_uploader')) { 133 acf_enqueue_uploader(); 134 } 135 130 136 /* 131 137 * Review the data of $field. -
acf-link-picker-field/tags/1.2.7/acf-link_picker.php
r1515074 r1515612 5 5 Plugin URI: https://github.com/ahebrank/ACF-Link-Picker-Field 6 6 Description: Adds an Advanced Custom Field field that allows the selection of a link utilising the WordPress link picker modal dialog 7 Version: 1.2. 67 Version: 1.2.7 8 8 Authors: Steve Marks (BIOSTALL), Andy Hebrank (caalami) 9 9 Author URI: http://biostall.com -
acf-link-picker-field/tags/1.2.7/readme.txt
r1515074 r1515612 61 61 == Changelog == 62 62 63 = 1.2.7 = 64 * Enqueue wysiwyg assets if needed (thanks, [dmarkowicz](https://github.com/dmarkowicz)) 65 63 66 = 1.2.6 = 64 67 * Bugfix: revert setting empty values -
acf-link-picker-field/trunk/acf-link_picker-v5.php
r1515074 r1515612 126 126 127 127 function render_field( $field ) { 128 129 128 129 // add wysiwyg assets to page 130 // Per https://www.advancedcustomfields.com/resources/acf_form/: "This will create a 131 // hidden WYSIWYG field and enqueue the required JS templates for the WP media popups." 132 if (function_exists('acf_enqueue_uploader')) { 133 acf_enqueue_uploader(); 134 } 135 130 136 /* 131 137 * Review the data of $field. -
acf-link-picker-field/trunk/acf-link_picker.php
r1515074 r1515612 5 5 Plugin URI: https://github.com/ahebrank/ACF-Link-Picker-Field 6 6 Description: Adds an Advanced Custom Field field that allows the selection of a link utilising the WordPress link picker modal dialog 7 Version: 1.2. 67 Version: 1.2.7 8 8 Authors: Steve Marks (BIOSTALL), Andy Hebrank (caalami) 9 9 Author URI: http://biostall.com -
acf-link-picker-field/trunk/readme.txt
r1515074 r1515612 61 61 == Changelog == 62 62 63 = 1.2.7 = 64 * Enqueue wysiwyg assets if needed (thanks, [dmarkowicz](https://github.com/dmarkowicz)) 65 63 66 = 1.2.6 = 64 67 * Bugfix: revert setting empty values
Note: See TracChangeset
for help on using the changeset viewer.