Skip to content

Commit

Permalink
Do not use native PHP names
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 31, 2024
1 parent b376627 commit df2e151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WidgetContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ function admin_scripts( $page ) {
}


function widget_context_controls( $object ) {
echo $this->display_widget_context( $object->id );
function widget_context_controls( $widget ) {
echo $this->display_widget_context( $widget->id );
}


Expand Down

0 comments on commit df2e151

Please sign in to comment.