Changeset 176984
- Timestamp:
- 11/25/2009 05:24:30 PM (15 years ago)
- Location:
- autothumb/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
autothumb/trunk/autothumb-options-panel.php
r147643 r176984 95 95 <h3>Information</h3> 96 96 <div class="inside less"> 97 <p>Plugin: AutoThumb | Version: 0.5. 1| <?php _e('Author') ?>: <a href="http://ailoo.net">Mathias Geat</a><br /></p>97 <p>Plugin: AutoThumb | Version: 0.5.2| <?php _e('Author') ?>: <a href="http://ailoo.net">Mathias Geat</a><br /></p> 98 98 </div> 99 99 </div> -
autothumb/trunk/autothumb.php
r147643 r176984 5 5 Description: A plugin which integrates <a href="http://phpthumb.sourceforge.net/">phpThumb</a> into Wordpress. 6 6 Author: Mathias Geat 7 Version: 0.5. 17 Version: 0.5.2 8 8 Author URI: http://ailoo.net/ 9 9 */ … … 52 52 53 53 // trim URL when it points to the same host 54 if($wordpress_url['host name'] == $image_url['hostname']) {54 if($wordpress_url['host'] == $image_url['host']) { 55 55 $image = $image_url['path']; 56 56 $httpSrc = false; -
autothumb/trunk/readme.txt
r147643 r176984 4 4 Tags: images, resize, thumbnails, library, phpthumb 5 5 Requires at least: 2.7 6 Tested up to: 2.8. 47 Stable tag: 0.5. 16 Tested up to: 2.8.6 7 Stable tag: 0.5.2 8 8 9 9 A plugin which integrates <a href="http://phpthumb.sourceforge.net/">phpThumb</a> into Wordpress.
Note: See TracChangeset
for help on using the changeset viewer.