Plugin Directory

Changeset 2899469


Ignore:
Timestamp:
04/15/2023 11:32:18 AM (3 years ago)
Author:
Milap
Message:

Fixed warning
Compatible up to WordPress 6.2

Location:
facebook-pagelike-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • facebook-pagelike-widget/trunk/fb_class.php

    r2867726 r2899469  
    9292    /** @see WP_Widget::form */
    9393    function form( $instance ) {
    94 
     94       
    9595        /**
    9696         * Set Default Value for widget form
     
    105105        $height         =   esc_attr( $instance['height'] );
    106106        $custom_css     =   isset( $instance['custom_css'] ) ? esc_attr( $instance['custom_css'] ) : "";
    107         $data_tabs      =   isset( $instance['data_tabs'] ) ? esc_attr( $instance['data_tabs'] ) : "timeline";
    108        
     107        $data_tabs      =   isset( $instance['data_tabs'] ) ? ( $instance['data_tabs'] ) : "timeline";
    109108        ?>
    110109       
  • facebook-pagelike-widget/trunk/readme.txt

    r2863723 r2899469  
    44Donate link: https://www.paypal.me/MilapPatel
    55Requires at least: 3.0.1
    6 Tested up to: 6.1.1
     6Tested up to: 6.2
    77Stable tag: trunk
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.