PluginProbe
iframe / 2.7
iframe v2.7
trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.7 1.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 4.0 4.1 4.2 4.3 All 35 releases
← All changes | iframe.php +3 -3 2.62.7 View file →
@@ -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