Skip to content

Commit

Permalink
Update widgets.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Oct 31, 2024
1 parent 5ef44d3 commit 0f1a023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function __construct() {
* @param array $instance
*/
public function widget( $args, $instance ) {
global $current_user, $wpdb;
global $current_user;

print $args['before_widget'];
if ( ! empty( $instance['title'] ) ) {
Expand Down

0 comments on commit 0f1a023

Please sign in to comment.