Changeset 2887898
- Timestamp:
- 03/27/2023 11:09:37 PM (3 years ago)
- Location:
- racar-clear-cart-for-woocommerce/trunk/includes
- Files:
-
- 2 deleted
- 1 edited
-
admin/class-rccwoo_Admin_Options.php (modified) (1 diff)
-
class-rccwoo_dependencies.php (deleted)
-
class-rccwoo_plugin.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
racar-clear-cart-for-woocommerce/trunk/includes/admin/class-rccwoo_Admin_Options.php
r2887889 r2887898 94 94 wp_nonce_field( 'rccwoo_update_options' , 'nonce_rccwoo_settings' ); 95 95 ?> 96 <h2>RaCar Clear Cart for WooCommerce v.<?php echo $rccwoo_VERSION; ?></h2>96 <h2>RaCar Clear Cart for WooCommerce v.<?php echo esc_html( $rccwoo_VERSION ); ?></h2> 97 97 98 98 <?php
Note: See TracChangeset
for help on using the changeset viewer.