Changeset 135149
- Timestamp:
- 07/14/2009 10:14:36 PM (17 years ago)
- Location:
- make-tabbloid
- Files:
-
- 5 added
- 2 edited
-
tags/0.9.5.2 (added)
-
tags/0.9.5.2/make-tabbloid.php (added)
-
tags/0.9.5.2/readme.txt (added)
-
tags/0.9.5.2/rss-tabbloid.php (added)
-
tags/0.9.5.2/screenshot-1.gif (added)
-
trunk/make-tabbloid.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
make-tabbloid/trunk/make-tabbloid.php
r122612 r135149 6 6 Author: Martin Hawksey 7 7 Author URI: http://www.rsc-ne-scotland.org.uk/mashe 8 Version: 0.9.5. 18 Version: 0.9.5.2 9 9 */ 10 10 … … 272 272 $widget_data = $_POST[MAKE_TABBLOID_WIDGET_ID]; 273 273 if ($widget_data['submit']) { 274 $options['mt_title'] = $widget_data['mt_title'];275 $options['mt_text'] = $widget_data['mt_text'];276 $options['mt_link_name'] = $widget_data['mt_link_name'];277 $options['mt_file_name'] = $widget_data['mt_file_name'];278 $options['mt_banner_name'] = $widget_data['mt_banner_name'];274 $options['mt_title'] = stripslashes($widget_data['mt_title']); 275 $options['mt_text'] = stripslashes($widget_data['mt_text']); 276 $options['mt_link_name'] = stripslashes($widget_data['mt_link_name']); 277 $options['mt_file_name'] = stripslashes($widget_data['mt_file_name']); 278 $options['mt_banner_name'] = stripslashes($widget_data['mt_banner_name']); 279 279 $options['mt_show_preview'] = $widget_data['mt_show_preview']; 280 280 -
make-tabbloid/trunk/readme.txt
r122248 r135149 4 4 Tags: newsletter, tabloid, printable, pdf, tabloid, newspaper, magazine 5 5 Requires at least: 2.5 6 Tested up to: 2. 7.17 Stable tag: 0.9.5. 16 Tested up to: 2.8.1 7 Stable tag: 0.9.5.2 8 8 9 9 'Make Tabbloid' integrates with the www.tabbloid.com service to create printer friendly 'tabloid' edition of your Wordpress blog. … … 59 59 60 60 == Changelog == 61 **0.9.5.2** - Minor Fix 62 63 * Minor fix to prevent slashes when using the widget 64 61 65 62 66 **0.9.5.1** - Minor Bug Fix and Readme update
Note: See TracChangeset
for help on using the changeset viewer.