Changeset 806171
- Timestamp:
- 11/18/2013 11:43:42 AM (12 years ago)
- File:
-
- 1 edited
-
jetpack/trunk/class.media-extractor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/class.media-extractor.php
r803905 r806171 144 144 $shortcode_total_count++; 145 145 if ( ! isset( $shortcode_type_counts[$shortcode_name] ) ) 146 $shortcode_type_counts[$shortcode_name] = 0; 146 $shortcode_type_counts[$shortcode_name] = 0; 147 147 $shortcode_type_counts[$shortcode_name]++; 148 148
Note: See TracChangeset
for help on using the changeset viewer.