Changeset 9012 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
- Timestamp:
- 07/02/2019 04:24:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r9011 r9012 547 547 } 548 548 549 $banner = $banner_2x = false;549 $banner = $banner_2x = $banner_rtl = $banner_2x_rtl = false; 550 550 $raw_banners = get_post_meta( $plugin->ID, 'assets_banners', true ) ?: array(); 551 551
Note: See TracChangeset
for help on using the changeset viewer.