Changeset 1490204
- Timestamp:
- 09/05/2016 11:20:06 AM (10 years ago)
- Location:
- wc-pro-conversion-google-facebook-bing/trunk/inc
- Files:
-
- 3 edited
-
class-wc-cat-cn-settings.php (modified) (2 diffs)
-
class-wc-cat-cn.php (modified) (2 diffs)
-
class-wc-prod-cn.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-pro-conversion-google-facebook-bing/trunk/inc/class-wc-cat-cn-settings.php
r1398102 r1490204 153 153 <tr valign="top"> 154 154 155 <th scope="row" class="titledesc"><label> YahooConversion Code</label></th>155 <th scope="row" class="titledesc"><label>Facebook Conversion Code</label></th> 156 156 157 157 <td><textarea name="wc_general_cn_ycode" rows="5" cols="40">'.strip_slashes_script($default_script['_cn_ycode']).'</textarea></td> … … 307 307 <tr valign="top"> 308 308 309 <th scope="row" class="titledesc"><label> YahooConversion Code</label></th>309 <th scope="row" class="titledesc"><label>Facebook Conversion Code</label></th> 310 310 311 311 <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 75 75 <div class="form-field"> 76 76 77 <label for="wc-cat-cn-ycode"><?php esc_html_e( ' YahooConversion 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> 78 78 79 79 <textarea name="wc_cat_cn_ycode" id="wc_cat_cn_ycode" rows="5" cols="40"></textarea> 80 80 81 <p class="description"><?php esc_html_e( ' Yahootracking conversion sript', 'wc-cat-cn-code' ); ?></p>81 <p class="description"><?php esc_html_e( 'Facebook tracking conversion sript', 'wc-cat-cn-code' ); ?></p> 82 82 83 83 </div> … … 259 259 <tr class="form-field wc-cat-cn-ycode hide_cn_code" <?php echo $display; ?>> 260 260 261 <th scope="row"><label for="ycode"><?php _e( ' YahooConversion 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> 262 262 263 263 <td> -
wc-pro-conversion-google-facebook-bing/trunk/inc/class-wc-prod-cn.php
r1373521 r1490204 125 125 <div class="form-field"> 126 126 127 <label for="wc-cat-cn-ycode"><?php esc_html_e( ' YahooConversion 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> 128 128 129 129 <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> 130 130 131 <p class="description"><?php esc_html_e( ' Yahootracking conversion sript', 'wc-cat-cn-code' ); ?></p>131 <p class="description"><?php esc_html_e( 'Facebook tracking conversion sript', 'wc-cat-cn-code' ); ?></p> 132 132 133 133 </div>
Note: See TracChangeset
for help on using the changeset viewer.