Changeset 3197255
- Timestamp:
- 11/26/2024 09:38:39 AM (16 months ago)
- Location:
- demomentsomtres-shortcodes/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
demomentsomtres-shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
demomentsomtres-shortcodes/trunk/README.txt
r3197223 r3197255 57 57 58 58 == Changelog == 59 = v1.1.1 = 60 * WP 6.7 Compatibility 59 61 60 62 = 1.0.1 = -
demomentsomtres-shortcodes/trunk/demomentsomtres-shortcodes.php
r917632 r3197255 5 5 * Plugin URI: http://demomentsomtres.com/english/wordpress-plugins/demomentsomtres-shortcodes/ 6 6 * Description: Skeleton themes inspired shortcodes.<br/>Provides the following ones [one_half], [one_third], [two_thirds], [one_fourth], [three_fourths], [one_fifth], [two_fifth], [three_fifth], [four_fifth], [one_sixth], [five_sixth]. 7 * Version: 1. 0.17 * Version: 1.1.1 8 8 * Author: Marc Queralt 9 9 * Author URI: http://demomentsomtres.com … … 168 168 $style; 169 169 if ($width || $align) { 170 $style = ''; // Initialize the variable NT v1.1.1 170 171 $style .= 'style="'; 171 172 if ($width)
Note: See TracChangeset
for help on using the changeset viewer.