Changeset 1392365
- Timestamp:
- 04/11/2016 07:46:38 PM (10 years ago)
- Location:
- embedly/trunk
- Files:
-
- 2 edited
-
embedly.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embedly/trunk/embedly.php
r1390417 r1392365 5 5 Description: The Embedly Plugin extends Wordpress's automatic embed feature, allowing bloggers to Embed from 300+ services and counting. 6 6 Author: Embed.ly Inc 7 Version: 4.0.1 07 Version: 4.0.11 8 8 Author URI: http://embed.ly 9 9 License: GPL2 … … 430 430 $value = sanitize_text_field( $value ); 431 431 432 // validate the options being saved. 433 if( array_key_exists($key, $this->embedly_options) ) { 434 $this->embedly_options[$key] = $value; 435 update_option('embedly_settings', $this->embedly_options); 436 $this->embedly_options = get_option('embedly_settings'); 437 } 432 $this->embedly_options[$key] = $value; 433 update_option('embedly_settings', $this->embedly_options); 434 $this->embedly_options = get_option('embedly_settings'); 438 435 439 436 } -
embedly/trunk/readme.txt
r1390417 r1392365 6 6 Requires at least: 3.8 7 7 Tested up to: 4.5 8 Stable tag: 4.0.1 08 Stable tag: 4.0.11 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.