Plugin Directory

Changeset 1490204


Ignore:
Timestamp:
09/05/2016 11:20:06 AM (10 years ago)
Author:
webcomers
Message:

Replace yahoo with facebook.

Location:
wc-pro-conversion-google-facebook-bing/trunk/inc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-pro-conversion-google-facebook-bing/trunk/inc/class-wc-cat-cn-settings.php

    r1398102 r1490204  
    153153                    <tr valign="top">
    154154
    155                         <th scope="row" class="titledesc"><label>Yahoo Conversion Code</label></th>
     155                        <th scope="row" class="titledesc"><label>Facebook Conversion Code</label></th>
    156156
    157157                        <td><textarea name="wc_general_cn_ycode" rows="5" cols="40">'.strip_slashes_script($default_script['_cn_ycode']).'</textarea></td>
     
    307307                    <tr valign="top">
    308308
    309                         <th scope="row" class="titledesc"><label>Yahoo Conversion Code</label></th>
     309                        <th scope="row" class="titledesc"><label>Facebook Conversion Code</label></th>
    310310
    311311                        <td><textarea name="wc_thankyou_cn_ycode" rows="5" cols="40">'.strip_slashes_script($thankyou_script['_cn_ycode']).'</textarea></td>
  • wc-pro-conversion-google-facebook-bing/trunk/inc/class-wc-cat-cn.php

    r1373521 r1490204  
    7575            <div class="form-field">
    7676
    77                 <label for="wc-cat-cn-ycode"><?php esc_html_e( 'Yahoo Conversion Code', 'wc-cat-cn-code' ); ?></label>
     77                <label for="wc-cat-cn-ycode"><?php esc_html_e( 'Facebook Conversion Code', 'wc-cat-cn-code' ); ?></label>
    7878
    7979                <textarea name="wc_cat_cn_ycode" id="wc_cat_cn_ycode" rows="5" cols="40"></textarea>
    8080
    81                 <p class="description"><?php esc_html_e( 'Yahoo tracking conversion sript', 'wc-cat-cn-code' ); ?></p>
     81                <p class="description"><?php esc_html_e( 'Facebook tracking conversion sript', 'wc-cat-cn-code' ); ?></p>
    8282
    8383            </div>
     
    259259        <tr class="form-field wc-cat-cn-ycode hide_cn_code" <?php echo $display; ?>>           
    260260
    261             <th scope="row"><label for="ycode"><?php _e( 'Yahoo Conversion Code', 'wc-cat-cn-code' ); ?></label></th>
     261            <th scope="row"><label for="ycode"><?php _e( 'Facebook Conversion Code', 'wc-cat-cn-code' ); ?></label></th>
    262262
    263263            <td>
  • wc-pro-conversion-google-facebook-bing/trunk/inc/class-wc-prod-cn.php

    r1373521 r1490204  
    125125                <div class="form-field">
    126126
    127                     <label for="wc-cat-cn-ycode"><?php esc_html_e( 'Yahoo Conversion Code', 'wc-cat-cn-code' ); ?></label>
     127                    <label for="wc-cat-cn-ycode"><?php esc_html_e( 'Facebook Conversion Code', 'wc-cat-cn-code' ); ?></label>
    128128
    129129                    <textarea name="wc_prod_cn_ycode" id="wc_prod_cn_ycode" rows="5" cols="40"><?php if(!empty($ycode)) echo strip_slashes_script($ycode); ?></textarea>
    130130
    131                     <p class="description"><?php esc_html_e( 'Yahoo tracking conversion sript', 'wc-cat-cn-code' ); ?></p>
     131                    <p class="description"><?php esc_html_e( 'Facebook tracking conversion sript', 'wc-cat-cn-code' ); ?></p>
    132132
    133133                </div>
Note: See TracChangeset for help on using the changeset viewer.