Changeset 1508854
- Timestamp:
- 10/05/2016 04:29:03 PM (10 years ago)
- Location:
- sms-for-contact-form-7/trunk
- Files:
-
- 2 edited
-
main.php (modified) (2 diffs)
-
smsru-for-cf7.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sms-for-contact-form-7/trunk/main.php
r1508840 r1508854 13 13 $this->plugin_dir = basename( dirname( __FILE__ ) ); 14 14 15 //add_action( 'wpcf7_admin_after_form', array( &$this, 'setup_form_options' ) );15 add_action( 'wpcf7_admin_after_form', array( &$this, 'setup_form_options' ) ); 16 16 add_action( 'wpcf7_after_save', array( &$this, 'save_form' ) ); 17 17 add_action( 'wpcf7_before_send_mail', array( &$this, 'send_sms' ) ); … … 45 45 $options = array( 'phone' => '', 'message' => '' ); 46 46 } 47 $this->render_template( 'form-options ', $options );47 $this->render_template( 'form-options-4.2', $options ); 48 48 } 49 49 } -
sms-for-contact-form-7/trunk/smsru-for-cf7.php
r1508848 r1508854 4 4 Plugin URI: http://wordpress.org/extend/plugins/smsruforcf7 5 5 Description: Отправка SMS сообщений из формы Contact Form 7 6 Version: 1.0. 26 Version: 1.0.3 7 7 Author: Anton Shelestov 8 8 Author URI: http://verstaemvse.ru 9 9 */ 10 10 11 $GLOBALS['cf7smsru_plugins'][ basename( dirname( __FILE__ ) ) ] = '1.0. 2';11 $GLOBALS['cf7smsru_plugins'][ basename( dirname( __FILE__ ) ) ] = '1.0.3'; 12 12 13 13 if( !function_exists( 'cf7smsru_loader' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.