PluginProbe
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder / 3.6.0
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder v3.6.0
3.6.0 3.5.0 trunk 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 All 110 releases
← All changes | freemius/templates/plugin-info/screenshots.php +2 -8 1.33.6.0 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /**
3 3 * @package Freemius
4 4 * @copyright Copyright (c) 2015, Freemius, Inc.
5 - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
5 + * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6 6 * @since 1.0.6
7 7 */
8 8
9 9 if ( ! defined( 'ABSPATH' ) ) {
@@ -21,15 +21,9 @@
21 21 ?>
22 22 <ol>
23 23 <?php $i = 0;
24 24 foreach ( $screenshots as $s => $url ) : ?>
25 - <?php
26 - // Relative URLs are replaced with WordPress.org base URL
27 - // therefore we need to set absolute URLs.
28 - $url = 'http' . ( WP_FS__IS_HTTPS ? 's' : '' ) . ':' . $url; ?>
29 25 <li>
30 - <a href="<?php echo $url ?>"
31 - title="<?php printf( fs_text( 'view-full-size-x', $plugin->slug ), $i ) ?>"><img
32 - src="<?php echo $url ?>"></a>
26 + <a href="<?php echo $url ?>" title="<?php echo esc_attr( sprintf( fs_text_inline( 'Click to view full-size screenshot %d', 'view-full-size-x', $plugin->slug ), $i ) ) ?>"><img src="<?php echo $url ?>"></a>
33 27 </li>
34 28 <?php $i ++; endforeach ?>
35 29 </ol>