Changeset 404662
- Timestamp:
- 07/05/2011 07:07:00 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
r403111 r404662 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. 26 Version:4.4.3 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
r403111 r404662 52 52 53 53 == Changelog == 54 = 4.4.3 = 55 * Quick fix for Problem with shortcode.php 56 54 57 = 4.4.2 = 55 58 * Updatet Italian Translation
Note: See TracChangeset
for help on using the changeset viewer.