Changeset 488839
- Timestamp:
- 01/12/2012 04:52:30 PM (14 years ago)
- Location:
- islamic-graphics/trunk
- Files:
-
- 2 edited
-
islamic_graphics.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
islamic-graphics/trunk/islamic_graphics.php
r488830 r488839 5 5 Plugin URI: http://plugins.muslimmatters.org 6 6 Description: Shortcodes for the insertion of graphics representing the common Islamic phrases: SAW, RA, SWT and AS, into Wordpress posts and pages. 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author: Mehzabeen Ibrahim 9 9 Author URI: http://imuslim.tv … … 38 38 $plugin_url = plugin_dir_url( "islamic_graphics.php" ); 39 39 40 return "<img class=\"islamic_graphic\" src=\"$plugin_url" . "islamic _graphics/img/$code" . ".png\" height=\"{$h}px\">";40 return "<img class=\"islamic_graphic\" src=\"$plugin_url" . "islamic-graphics/img/$code" . ".png\" height=\"{$h}px\">"; 41 41 } 42 42 -
islamic-graphics/trunk/readme.txt
r488829 r488839 5 5 Requires at least: 2.0.2 6 6 Tested up to: 3.2.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 9 9 Shortcode for the insertion of graphics representing the common Islamic phrases: SAW, RA, SWT and AS, into Wordpress posts and pages. … … 67 67 == Changelog == 68 68 69 = 1.0.2 = 70 Fixed broken img src url. 71 69 72 = 1.0.1 = 70 73 Changed filenames of white images, and shortcode function used to insert them.
Note: See TracChangeset
for help on using the changeset viewer.