Changeset 404676
- Timestamp:
- 07/05/2011 08:00:30 AM (15 years ago)
- Location:
- appstore/trunk
- Files:
-
- 2 edited
-
AppStore.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appstore/trunk/AppStore.php
r404662 r404676 4 4 Plugin URI: http://tirolercast.ste-bi.net/wordpress-plugins/appstore-plugin/ 5 5 Description: A filter for WordPress that displays AppstoreDetails 6 Version:4.4. 36 Version:4.4.4 7 7 Author: Stephan 8 8 Author URI: http://www.ste-bi.net … … 40 40 41 41 function appstore_process($atts, $content=null, $code="" ) { 42 @$a = shortcode_atts(appstore_defaults_array , $atts );42 @$a = shortcode_atts(appstore_defaults_array(), $atts ); 43 43 extract($a); 44 44 -
appstore/trunk/readme.txt
r404662 r404676 52 52 53 53 == Changelog == 54 = 4.4.4 = 55 * the real fix! 56 54 57 = 4.4.3 = 55 58 * Quick fix for Problem with shortcode.php
Note: See TracChangeset
for help on using the changeset viewer.