PluginProbe
WPIDE – File Manager & Code Editor / 3.5.9
WPIDE – File Manager & Code Editor v3.5.9
3.5.9 3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 All 55 releases
← All changes | freemius/templates/add-ons.php +6 -9 3.33.5.9 View file →
@@ -373,8 +373,14 @@
373 373 <?php $fs->do_action( 'addons/after_addons' ) ?>
374 374 </div>
375 375 <script type="text/javascript">
376 376 (function( $, undef ) {
377 + $( 'a.thickbox' ).on( 'click', function () {
378 + setTimeout( function () {
379 + $( '#TB_window' ).addClass( 'plugin-details-modal' );
380 + }, 0 );
381 + } );
382 +
377 383 <?php if ( $open_addon ) : ?>
378 384
379 385 var interval = setInterval(function () {
380 386 // Open add-on information page.
@@ -490,13 +496,4 @@
490 496 <?php
491 497 if ( $has_tabs ) {
492 498 $fs->_add_tabs_after_content();
493 499 }
494 -
495 - $params = array(
496 - 'page' => 'addons',
497 - 'module_id' => $fs->get_id(),
498 - 'module_type' => $fs->get_module_type(),
499 - 'module_slug' => $slug,
500 - 'module_version' => $fs->get_plugin_version(),
501 - );
502 - fs_require_template( 'powered-by.php', $params );