Minor code style adjustments

This commit is contained in:
2018-11-01 13:55:43 +01:00
parent bd92338d85
commit d49336dee5
12 changed files with 140 additions and 26 deletions

View File

@ -7,6 +7,10 @@
* @package WPLiveticker2
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Class WPLiveticker2_Widget.
*/
@ -32,6 +36,8 @@ class WPLiveticker2_Widget extends WP_Widget {
* @param array $args Display arguments including 'before_title', 'after_title',
* 'before_widget', and 'after_widget'.
* @param array $instance The settings for the particular instance of the widget.
*
* @return void
*/
public function widget( $args, $instance ) {
// Notify WPLT2 class that widget is present.