Changeset 803905
- Timestamp:
- 11/13/2013 05:47:51 PM (12 years ago)
- File:
-
- 1 edited
-
jetpack/trunk/class.media-extractor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/class.media-extractor.php
r802693 r803905 143 143 144 144 $shortcode_total_count++; 145 if ( ! isset( $shortcode_type_counts[$shortcode_name] ) ) 146 $shortcode_type_counts[$shortcode_name] = 0; 145 147 $shortcode_type_counts[$shortcode_name]++; 146 148 … … 330 332 $image_list = array(); 331 333 $image_booleans = array(); 334 $image_booleans['gallery'] = 0; 332 335 333 336 $from_slideshow = Jetpack_PostImages::from_slideshow( $post->ID, $args['width'], $args['height'] );
Note: See TracChangeset
for help on using the changeset viewer.