| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: iframe |
| 4 | -Plugin URI: http://wordpress.org/extend/plugins/iframe/ | |
| 4 | +Plugin URI: http://wordpress.org/plugins/iframe/ | |
| 5 | 5 | Description: [iframe src="http://www.youtube.com/embed/A3PDXmYoF5U" width="100%" height="480"] shortcode |
| 6 | -Version: 2.6 | |
| 6 | +Version: 2.7 | |
| 7 | 7 | Author: webvitaly |
| 8 | 8 | Author URI: http://web-profile.com.ua/wordpress/plugins/ |
| 9 | 9 | License: GPLv2 or later |
| 10 | 10 | */ |
| @@ -89,9 +89,9 @@ | ||
| 89 | 89 | </script> |
| 90 | 90 | '; |
| 91 | 91 | } |
| 92 | 92 | } |
| 93 | - $html .= "\n".'<!-- iframe plugin v.2.6 wordpress.org/extend/plugins/iframe/ -->'."\n"; | |
| 93 | + $html .= "\n".'<!-- iframe plugin v.2.7 wordpress.org/plugins/iframe/ -->'."\n"; | |
| 94 | 94 | $html .= '<iframe'; |
| 95 | 95 | foreach( $atts as $attr => $value ) { |
| 96 | 96 | if( $attr != 'same_height_as' ){ // remove some attributes |
| 97 | 97 | if( $value != '' ) { // adding all attributes |