Changeset 2703142
- Timestamp:
- 04/01/2022 07:57:25 AM (4 years ago)
- Location:
- wc-shipping-method-description
- Files:
-
- 1 edited
- 6 copied
-
tags/1.2.2 (copied) (copied from wc-shipping-method-description/trunk)
-
tags/1.2.2/includes (copied) (copied from wc-shipping-method-description/trunk/includes)
-
tags/1.2.2/includes/smdfw-wpml.php (copied) (copied from wc-shipping-method-description/trunk/includes/smdfw-wpml.php)
-
tags/1.2.2/phpcs.xml (copied) (copied from wc-shipping-method-description/trunk/phpcs.xml)
-
tags/1.2.2/readme.txt (copied) (copied from wc-shipping-method-description/trunk/readme.txt)
-
tags/1.2.2/shipping-method-description-for-woocommerce.php (copied) (copied from wc-shipping-method-description/trunk/shipping-method-description-for-woocommerce.php)
-
trunk/shipping-method-description-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-shipping-method-description/trunk/shipping-method-description-for-woocommerce.php
r2665966 r2703142 6 6 * Author: Thomas Charbit 7 7 * Author URI: https://thomascharbit.fr 8 * Version: 1.2. 28 * Version: 1.2.3 9 9 * License: GPLv3 or later License 10 10 * Requires at least: 4.4 … … 95 95 if ( array_key_exists( 'description', $meta_data ) ) { 96 96 $description = apply_filters( 'smdfw_description_output', html_entity_decode( $meta_data['description'] ), $method ); 97 $html = '<div ><small class="smdfw">' . wp_kses( $description, wp_kses_allowed_html( 'post' ) ) . '</small></div>';97 $html = '<div class="shipping_method_description"><small class="smdfw">' . wp_kses( $description, wp_kses_allowed_html( 'post' ) ) . '</small></div>'; 98 98 echo apply_filters( 'smdfw_description_output_html', $html, $description, $method ); 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.