Plugin Directory

Changeset 404662


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

Legend:

Unmodified
Added
Removed
  • appstore/trunk/AppStore.php

    r403111 r404662  
    44Plugin URI: http://tirolercast.ste-bi.net/wordpress-plugins/appstore-plugin/
    55Description: A filter for WordPress that displays AppstoreDetails
    6 Version:4.4.2
     6Version:4.4.3
    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

    r403111 r404662  
    5252
    5353== Changelog ==
     54= 4.4.3 =
     55* Quick fix for Problem with shortcode.php
     56
    5457= 4.4.2 =
    5558* Updatet Italian Translation
Note: See TracChangeset for help on using the changeset viewer.