Changeset 1662946
- Timestamp:
- 05/23/2017 07:53:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-register-users-form/trunk/simple-register-users-form.php
r1662938 r1662946 41 41 /* Run scripts and shortcode */ 42 42 add_action('wp_enqueue_scripts', array($this, 'sruf_frontend_scripts')); 43 add_shortcode('simple- register-users-form-plugin', array($this, 'SRUF_Shortcode'));43 add_shortcode('simple-user-register-form-plugin', array($this, 'SRUF_Shortcode')); 44 44 45 45 /* … … 132 132 133 133 <div id="icon-options-general" class="icon32"></div> 134 <h1><?php esc_attr_e( 'Simple Register UsersForm', 'wp_admin_style' ); ?></h1>134 <h1><?php esc_attr_e( 'Simple User Register Form', 'wp_admin_style' ); ?></h1> 135 135 136 136 <div id="poststuff"> … … 301 301 302 302 <div class="inside"> 303 <p>Add <strong><code>[simple- register-users-form-plugin]</code></strong> shortcode for use.</p>303 <p>Add <strong><code>[simple-user-register-form-plugin]</code></strong> shortcode for use.</p> 304 304 </div> 305 305 <!-- .inside --> … … 472 472 $msgresponce = 'Mail failed!'; 473 473 } else { 474 $msgresponce = ' Your feedback has been received and is very valuable to us.';474 $msgresponce = 'you are registered successfully...'; 475 475 } 476 476 remove_filter( 'wp_mail_content_type',array($this,'set_html_content_type') ); … … 484 484 485 485 <tr> 486 <th colspan="2"><h2>Simple register usersform</h2></th>486 <th colspan="2"><h2>Simple user register form</h2></th> 487 487 </tr> 488 488 … … 508 508 509 509 <tr> 510 <th colspan="2"><h2>Simple register usersform</h2></th>510 <th colspan="2"><h2>Simple user register form</h2></th> 511 511 </tr> 512 512 … … 664 664 'id' => 'documentation', 665 665 'title' => __('Documentation', 'sruf'), 666 'content' => "<p><a href='http://www.ifourtechnolab.com/documentation/' target='blank'>Simple Register UsersForm</a></p>",666 'content' => "<p><a href='http://www.ifourtechnolab.com/documentation/' target='blank'>Simple User Register Form</a></p>", 667 667 ) 668 668 );
Note: See TracChangeset
for help on using the changeset viewer.