Changeset 172019
- Timestamp:
- 07/19/2022 06:24:31 PM (3 years ago)
- Location:
- emart-shop/1.0.2
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from emart-shop/1.0.1)
-
inc/class/class-post-related.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emart-shop/1.0.2/inc/class/class-post-related.php
r171837 r172019 240 240 241 241 $gallery = get_post_gallery( $post, false ); 242 $ids = explode( ",", $gallery['ids'] );243 244 242 if( !empty($ids) ): 243 $ids = explode( ",", $gallery['ids'] ); 245 244 foreach( $ids as $id ) { 246 245 -
emart-shop/1.0.2/readme.txt
r171836 r172019 101 101 == Upgrade Notice == 102 102 103 = 1.0.2 = 104 * Theme review team feedback 105 103 106 = 1.0.0 = 104 107 * initial released -
emart-shop/1.0.2/style.css
r171837 r172019 8 8 Tested up to: 6.0.0 9 9 Requires PHP: 7.0 10 Version: 1.0. 110 Version: 1.0.2 11 11 License: GPLv3 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.