Changeset 165008
- Timestamp:
- 10/19/2009 09:53:11 PM (15 years ago)
- Location:
- wow-armory/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
wow-armory/trunk/Readme.txt
r164991 r165008 4 4 Requires at least: 2.8 5 5 Tested up to: 2.8.4 6 Stable tag: 8. 36 Stable tag: 8.4 7 7 8 8 Easily displays your character's stats from the Armory. … … 35 35 == Changelog == 36 36 37 = 8. 3=37 = 8.4 = 38 38 39 39 * More image cache fixed... should be finally fixed! -
wow-armory/trunk/includes/functions.php
r164991 r165008 7 7 8 8 $image_path = 'wp-content/plugins/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)).'cache/'; 9 $new_img_path = get_option('siteurl').'/'.$image_path.$image_filename;10 9 $exploded_image_url = explode("/",$image_url); 11 10 $image_filename = end($exploded_image_url); 12 11 $exploded_image_filename = explode(".",$image_filename); 13 12 $extension = end($exploded_image_filename); 13 $new_img_path = get_option('siteurl').'/'.$image_path.$image_filename; 14 14 15 $file_out = $image_url; 15 16 //make sure its an image -
wow-armory/trunk/wow-armory.php
r164991 r165008 4 4 Plugin URI: http://timsworld.nfshost.com/wordpress-plugins/wow-armory-wp-plugin/ 5 5 Description: Shows your character's Armory info 6 Version: 8. 36 Version: 8.4 7 7 Author: Tim (SeiferTim) Hely 8 8 Author URI: http://timsworld.nfshost.com
Note: See TracChangeset
for help on using the changeset viewer.