Simple Image Widget - Version 1.1

Version Description

Download this release

Release Info

Developer vickio
Plugin Icon 128x128 Simple Image Widget
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

Files changed (2) hide show
  1. readme.txt +2 -2
  2. simpleimage.php +2 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vickio
3
  Donate link: http://vickio.net
4
  Tags: image, sidebar, widget, photo, picture
5
  Requires at least: 2.5
6
- Tested up to: 2.6.2
7
- Stable tag: 1.0
8
 
9
  The simple way to place images in your sidebars.
10
 
3
  Donate link: http://vickio.net
4
  Tags: image, sidebar, widget, photo, picture
5
  Requires at least: 2.5
6
+ Tested up to: 2.8
7
+ Stable tag: 1.1
8
 
9
  The simple way to place images in your sidebars.
10
 
simpleimage.php CHANGED
@@ -25,7 +25,7 @@ Author URI: http://vickio.net
25
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
  */
27
  ?>
28
- <?
29
  // Displays an image in the sidebar
30
  // $widget_args: number
31
  // number: which of the several widgets of this type do we mean
@@ -63,7 +63,7 @@ function widget_simpleimage( $args, $widget_args = 1 ) {
63
  <?php echo $after_image; ?>
64
  </div>
65
  <?php echo $after_widget; ?>
66
- <?
67
  }
68
 
69
  // Displays form for image and link. Also updates the data after a POST submit
25
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
  */
27
  ?>
28
+ <?php
29
  // Displays an image in the sidebar
30
  // $widget_args: number
31
  // number: which of the several widgets of this type do we mean
63
  <?php echo $after_image; ?>
64
  </div>
65
  <?php echo $after_widget; ?>
66
+ <?php
67
  }
68
 
69
  // Displays form for image and link. Also updates the data after a POST submit