Plugin Directory

Changeset 404676


Ignore:
Timestamp:
07/05/2011 08:00:30 AM (15 years ago)
Author:
Ste-Bi
Message:
 
Location:
appstore/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appstore/trunk/AppStore.php

    r404662 r404676  
    44Plugin URI: http://tirolercast.ste-bi.net/wordpress-plugins/appstore-plugin/
    55Description: A filter for WordPress that displays AppstoreDetails
    6 Version:4.4.3
     6Version:4.4.4
    77Author: Stephan
    88Author URI: http://www.ste-bi.net
     
    4040
    4141function appstore_process($atts, $content=null, $code="" ) {
    42     @$a = shortcode_atts(appstore_defaults_array, $atts );
     42    @$a = shortcode_atts(appstore_defaults_array(), $atts );
    4343    extract($a);
    4444   
  • appstore/trunk/readme.txt

    r404662 r404676  
    5252
    5353== Changelog ==
     54= 4.4.4 =
     55* the real fix!
     56
    5457= 4.4.3 =
    5558* Quick fix for Problem with shortcode.php
Note: See TracChangeset for help on using the changeset viewer.