Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all articles
Browse latest Browse all 37023

remi5737 on "[Plugin: Jetpack by WordPress.com] wordpress-post-widget.php misses echo $args['after_widget'] invalidating html"

$
0
0

Jetpack_Display_Posts_Widget:widget does NOT correctly close the widget html.

It does contain

echo $args['before_widget'];

but not

echo $args['after_widget'];

I fixed it by adding below code on line 108

old

echo "</div>";
    }

new

echo "</div>";

        // revhack, 24-12-2013 12:27:02
        echo $args['after_widget'] ;
    }

http://wordpress.org/plugins/jetpack/


Viewing all articles
Browse latest Browse all 37023

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>