Changeset 2427207
- Timestamp:
- 11/27/2020 11:08:06 AM (5 years ago)
- Location:
- mylisting-elementor-toolkit/trunk
- Files:
-
- 2 edited
-
dynamic-tags/tags/field.php (modified) (1 diff)
-
ml-elementor-toolkit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mylisting-elementor-toolkit/trunk/dynamic-tags/tags/field.php
r2427205 r2427207 76 76 77 77 if ( $field_name === 'job_description' ) { 78 echo get_the_content();78 echo nl2br(get_the_content()); 79 79 return; 80 80 } -
mylisting-elementor-toolkit/trunk/ml-elementor-toolkit.php
r2427205 r2427207 4 4 * Description: A simple Elementor addon that adds elementor functionality to parts of the My Listing theme. 5 5 * Plugin URI: https://yellowwave.eu/ml-elementor-toolkit 6 * Version: 1.0.10 6 * Version: 1.0.10.1 7 7 * Author: YellowWave 8 8 * Author URI: https://yellowwave.nl … … 33 33 * @var string The plugin version. 34 34 */ 35 const VERSION = '1.0.10 ';35 const VERSION = '1.0.10.1'; 36 36 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.