Skip to content

Commit

Permalink
Merge pull request #862 from Codeinwp/bugfix/pr/663
Browse files Browse the repository at this point in the history
Fixed PHP variable undefined error
  • Loading branch information
vytisbulkevicius authored Jan 25, 2024
2 parents d317664 + 6978865 commit eae037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function upsell_class( $class ) {
* @since ?
* @access public
*/
public function upsell_content( $contentt, $area, $location ) {
public function upsell_content( $content, $area, $location ) {
if ( ! feedzy_is_pro() ) {
$content = '
<div class="only-pro-content">
Expand Down

0 comments on commit eae037a

Please sign in to comment.