Changeset 2280022
- Timestamp:
- 04/09/2020 09:03:39 AM (6 years ago)
- File:
-
- 1 edited
-
loopingo/trunk/loopingo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loopingo/trunk/loopingo.php
r2279008 r2280022 81 81 add_settings_field( 82 82 'loo_select_field_2', 83 __( 'Where should the Widget be placed?', 'loopingo' ),83 __( 'Where should the widget be placed?', 'loopingo' ), 84 84 'loo_select_field_2_render', 85 85 'pluginPage', … … 116 116 function loo_settings_section_callback() { 117 117 118 echo esc_html__( ' You can turn loopingo on the thank you page from WooCommerce on or off.', 'loopingo' );118 echo esc_html__( 'This plugin places loopingo incentives on your WooCommerce thank you page.', 'loopingo' ); 119 119 echo '<br>'; 120 120 echo esc_html__( 'A token must be inserted in order to use loopingo.', 'loopingo' );
Note: See TracChangeset
for help on using the changeset viewer.