Plugin Directory

Changeset 488839


Ignore:
Timestamp:
01/12/2012 04:52:30 PM (14 years ago)
Author:
iMuslim
Message:

Upload v 1.0.2 - fixed broken img url

Location:
islamic-graphics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • islamic-graphics/trunk/islamic_graphics.php

    r488830 r488839  
    55Plugin URI: http://plugins.muslimmatters.org
    66Description: 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.1
     7Version: 1.0.2
    88Author: Mehzabeen Ibrahim
    99Author URI: http://imuslim.tv
     
    3838    $plugin_url = plugin_dir_url( "islamic_graphics.php" );
    3939   
    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\">";
    4141    }
    4242
  • islamic-graphics/trunk/readme.txt

    r488829 r488839  
    55Requires at least: 2.0.2
    66Tested up to: 3.2.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88
    99Shortcode for the insertion of graphics representing the common Islamic phrases: SAW, RA, SWT and AS, into Wordpress posts and pages.
     
    6767== Changelog ==
    6868
     69= 1.0.2 =
     70Fixed broken img src url.
     71
    6972= 1.0.1 =
    7073Changed filenames of white images, and shortcode function used to insert them.
Note: See TracChangeset for help on using the changeset viewer.