Skip to content

Commit

Permalink
Merge pull request #2581 from kprajapatii/master
Browse files Browse the repository at this point in the history
PHP Warning: Undefined array key "heading_tag" - FIXED
  • Loading branch information
kprajapatii authored May 6, 2024
2 parents 835a0f3 + 4730e16 commit 439d8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/widgets/class-geodir-widget-single-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ public function output( $args = array(), $widget_args = array(), $content = '' )
'output' => '',
'tab_style' => '',
'disable_greedy' => '',
'heading_tag' => ''
);

/**
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ __WARNING: GDv2 is a significant update over GDv1 and may require manual work, s

= GeoDirectory v2.3.52 - TBD =
* AUI radio set should skip showing optgroup from option values - FIXED
* PHP Warning: Undefined array key "heading_tag" - FIXED

= GeoDirectory v2.3.51 - 2024-05-02 =
* Switching the package looses login user name & email - CHANGED
Expand Down

0 comments on commit 439d8d9

Please sign in to comment.