Changeset 1588363
- Timestamp:
- 02/03/2017 05:04:08 PM (9 years ago)
- Location:
- monocontact-forms/trunk
- Files:
-
- 2 edited
-
monocontact-forms.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monocontact-forms/trunk/monocontact-forms.php
r1564388 r1588363 4 4 * Plugin URI: http://www.monocontact.com/ 5 5 * Description: Shortcodes for Monocontact forms 6 * Version: 1. 0.06 * Version: 1.1.0 7 7 * Author: Taller Digital 8 8 * Author URI: http://tallerdigital.cl/ … … 10 10 11 11 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 12 13 // Enable shortcodes in text widgets 14 add_filter('widget_text','do_shortcode'); 12 15 13 16 if ( !function_exists( 'monocontact_form_enqueue_script' ) ) { -
monocontact-forms/trunk/readme.txt
r1564403 r1588363 9 9 Requires at least: 4.3 10 10 Tested up to: 4.7 11 Stable tag: 1. 011 Stable tag: 1.1 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.