Changeset 2899469
- Timestamp:
- 04/15/2023 11:32:18 AM (3 years ago)
- Location:
- facebook-pagelike-widget/trunk
- Files:
-
- 2 edited
-
fb_class.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
facebook-pagelike-widget/trunk/fb_class.php
r2867726 r2899469 92 92 /** @see WP_Widget::form */ 93 93 function form( $instance ) { 94 94 95 95 /** 96 96 * Set Default Value for widget form … … 105 105 $height = esc_attr( $instance['height'] ); 106 106 $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"; 109 108 ?> 110 109 -
facebook-pagelike-widget/trunk/readme.txt
r2863723 r2899469 4 4 Donate link: https://www.paypal.me/MilapPatel 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 1.16 Tested up to: 6.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.