Plugin Directory

Changeset 135149


Ignore:
Timestamp:
07/14/2009 10:14:36 PM (17 years ago)
Author:
mhawksey
Message:
 
Location:
make-tabbloid
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • make-tabbloid/trunk/make-tabbloid.php

    r122612 r135149  
    66Author: Martin Hawksey
    77Author URI: http://www.rsc-ne-scotland.org.uk/mashe
    8 Version: 0.9.5.1
     8Version: 0.9.5.2
    99*/
    1010
     
    272272  $widget_data = $_POST[MAKE_TABBLOID_WIDGET_ID];
    273273  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']);
    279279    $options['mt_show_preview'] = $widget_data['mt_show_preview'];
    280280
  • make-tabbloid/trunk/readme.txt

    r122248 r135149  
    44Tags: newsletter, tabloid, printable, pdf, tabloid, newspaper, magazine
    55Requires at least: 2.5
    6 Tested up to: 2.7.1
    7 Stable tag: 0.9.5.1
     6Tested up to: 2.8.1
     7Stable tag: 0.9.5.2
    88
    99'Make Tabbloid' integrates with the www.tabbloid.com service to create printer friendly 'tabloid' edition of your Wordpress blog.
     
    5959
    6060== Changelog ==
     61**0.9.5.2** - Minor Fix
     62
     63* Minor fix to prevent slashes when using the widget
     64
    6165
    6266**0.9.5.1** - Minor Bug Fix and Readme update
Note: See TracChangeset for help on using the changeset viewer.