Changeset 3215682
- Timestamp:
- 01/01/2025 03:09:50 PM (14 months ago)
- Location:
- wp-inventory-manager/trunk
- Files:
-
- 3 edited
-
includes/wpinventory.admin.class.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wpinventory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-inventory-manager/trunk/includes/wpinventory.admin.class.php
r3192884 r3215682 2047 2047 <div class="list list_available"><h3><?php self::_e( 'Available Fields' ); ?></h3> 2048 2048 <ul id="available" class="sortable"> 2049 <?php e sc_attr_e( $available );?>2049 <?php echo wp_kses_post($available) ?> 2050 2050 <li style="display: none !important; data-field-id=" 2051 2051 ">Shiv for jQuery to insert before</li> … … 2058 2058 <h3><?php esc_attr_e( $titles[ $screen ] ); ?></h3> 2059 2059 <ul id="selected_listing" class="sortable"> 2060 <?php e sc_attr_e( $selected_fields[ $screen ]); ?>2060 <?php echo wp_kses( $selected_fields[ $screen ], 'post' ); ?> 2061 2061 </ul> 2062 2062 <input name="selected_<?php esc_attr_e( $screen ); ?>" type="hidden" value=""/> -
wp-inventory-manager/trunk/readme.txt
r3192884 r3215682 98 98 99 99 == Changelog == 100 = 2.3.1 = 101 * Bug fix for display settings 102 100 103 = 2.3.0 = 101 104 * WordPress 6.7 compatibility -
wp-inventory-manager/trunk/wpinventory.php
r3192884 r3215682 5 5 * Plugin URI: http://www.wpinventory.com 6 6 * Description: Manage and display your products just like a shopping cart, but without the cart. 7 * Version: 2.3. 07 * Version: 2.3.1 8 8 * Author: WP Inventory Manager 9 9 * Author URI: http://www.wpinventory.com/
Note: See TracChangeset
for help on using the changeset viewer.