Plugin Directory

Changeset 464271


Ignore:
Timestamp:
11/17/2011 06:15:55 PM (14 years ago)
Author:
manfer
Message:

Reviewed coding standards in settings.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-bwp-recaptcha-extension/trunk/includes/settings.php

    r464268 r464271  
    2626        <a name="cf7_bwp_capt"></a>
    2727
    28         <h2><?php _e('CF7 BWP reCAPTCHA Extension Options', 'cf7_bwp_capt'); ?></h2>
    29 
    30         <p><?php _e('Contact form 7 better wordpress reCAPTCHA extension let\'s you add a reCAPTCHA to your contact form. Just configure here the look&feel you want for the reCAPTCHA and go to your Contact form 7 configuration page to add a reCAPTCHA tag to your form.', 'cf7_bwp_capt'); ?></p>
     28        <h2><?php _e( 'CF7 BWP reCAPTCHA Extension Options', 'cf7_bwp_capt' ); ?></h2>
    3129
    3230        <?php settings_errors(); ?>
    3331
     32        <p><?php _e( 'Contact form 7 better wordpress reCAPTCHA extension let\'s you add a reCAPTCHA to your contact form. Just configure here the look&feel you want for the reCAPTCHA and go to your Contact form 7 configuration page to add a reCAPTCHA tag to your form.', 'cf7_bwp_capt' ); ?></p>
     33
    3434        <form method="post" action="options.php">
    3535
    36             <?php settings_fields($this->options_name . '_group'); ?>
     36            <?php settings_fields( $this->options_name . '_group' ); ?>
    3737
    38             <?php do_settings_sections($this->options_name . '_page'); ?>
     38            <?php do_settings_sections( $this->options_name . '_page' ); ?>
    3939
    40             <p class="submit"><input type="submit" class="button-primary" title="<?php _e('Save Options') ?>" value="<?php _e('Save Changes') ?> &raquo;" /></p>
     40            <p class="submit"><input type="submit" class="button-primary" title="<?php _e( 'Save Options' ) ?>" value="<?php _e( 'Save Changes' ) ?> &raquo;" /></p>
    4141        </form>
    4242    </div>
Note: See TracChangeset for help on using the changeset viewer.