PluginProbe
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels / 2.3.8
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels v2.3.8
2.9.1 2.9.0 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 2.0.0 2.1.0 2.2.0 2.3.2 2.3.3 2.3.5 2.3.6 2.3.8 2.3.9 2.4.3 All 37 releases
← All changes | freemius/templates/plugin-info/description.php +1 -6 1.3.02.3.8 View file →
@@ -51,17 +51,12 @@
51 51 </div>
52 52 <?php if ( ! empty( $plugin->info->screenshots ) ) : ?>
53 53 <?php $screenshots = $plugin->info->screenshots ?>
54 54 <div class="fs-screenshots clearfix">
55 - <h2><?php fs_esc_html_echo_inline( 'Screenshots', 'screenshots', $plugin->slug ) ?></h2>
55 + <h3><?php fs_esc_html_echo_inline( 'Screenshots', 'screenshots', $plugin->slug ) ?></h3>
56 56 <ul>
57 57 <?php $i = 0;
58 58 foreach ( $screenshots as $s => $url ) : ?>
59 - <?php
60 - // Relative URLs are replaced with WordPress.org base URL
61 - // therefore we need to set absolute URLs.
62 - $url = 'http' . ( WP_FS__IS_HTTPS ? 's' : '' ) . ':' . $url;
63 - ?>
64 59 <li class="<?php echo ( 0 === $i % 2 ) ? 'odd' : 'even' ?>">
65 60 <style>
66 61 #section-description .fs-screenshots <?php echo ".fs-screenshot-{$i}" ?>
67 62 {