Plugin Directory

Changeset 600718

Timestamp:
09/18/2012 08:26:37 PM (12 years ago)
Author:
dougal
Message:

Cleaning up some old code to eliminate some ugly PHP warnings when debug is turned on. Also fixed opening PHP shorttag in tfs-acronymit.php.

Location:
text-filter-suite/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • text-filter-suite/trunk/tfs-acronymit.php

    r20706 r600718  
    1 <?
     1<?
    22/*
    33 * Plugin Name: TFS Acronymit
    4  * Version: 1.0
     4 * Version: 1.
    55 * Plugin URI: http://dougal.gunters.org/blog/2004/08/30/text-filter-suite
    66 * Description: An acronym tagging filter. (Requires TFS Core)
     
    107107
    108108    foreach ($acronyms as $acronym => $definition) {
     109
    109110        $newacronyms["%\b$acronym\b%"] = "<acronym title='$definition'><span class='caps'>$acronym</span></acronym>";
    110111    }
     
    115116}
    116117
    117 ?>
  • text-filter-suite/trunk/tfs-chef.php

    r20706 r600718  
    22/*
    33Plugin Name: TFS Swedish Chef
    4 Version: 1.0
     4Version: 1.
    55Plugin URI: http://dougal.gunters.org/blog/2004/08/30/text-filter-suite
    66Description: E Svedish Chef Vilter, Bork Bork Bork! (Requires TFS Core)
     
    7575}
    7676
    77 ?>
  • text-filter-suite/trunk/tfs-core.php

    r327018 r600718  
    66 * Author: Dougal Campbell
    77 * Author URI: http://dougal.gunters.org/
    8  * Version: 1.2
    9  * License: GPL2
     8 * Version: 1.
     9 * License: GPL2
    1010 *
    1111 * Text Filters Suite
     
    115115    add_filter('comment_text','tfs_comment_filter');
    116116
     117
    117118    // Using REQUEST so that you could set the filter in
    118119    // a cookie, for persistence, if you wanted.
     
    130131        add_filter('list_cats',$filtname);
    131132    }
     133
    132134}
    133135
     
    135137add_action('init','tfs_init');
    136138
    137 ?>
  • text-filter-suite/trunk/tfs-fudd.php

    r20706 r600718  
    22/*
    33 * Plugin Name: TFS Fudd
    4  * Version: 1.0
     4 * Version: 1.
    55 * Plugin URI: http://dougal.gunters.org/blog/2004/08/30/text-filter-suite
    66 * Description: Elmer Fudd filter. (Requires TFS Core)
     
    4040}
    4141
    42 ?>
  • text-filter-suite/trunk/tfs-jive.php

    r20706 r600718  
    22/*
    33 * Plugin Name: TFS Jive
    4  * Version: 1.0
     4 * Version: 1.
    55 * Plugin URI: http://dougal.gunters.org/blog/2004/08/30/text-filter-suite
    66 * Description: Jive filter, sucka! (Requires TFS Core)
     
    233233}
    234234
    235 ?>
  • text-filter-suite/trunk/tfs-kraut.php

    r20706 r600718  
    22/*
    33 * Plugin Name: TFS Kraut
    4  * Version: 1.0
     4 * Version: 1.
    55 * Plugin URI: http://dougal.gunters.org/blog/2004/08/30/text-filter-suite
    66 * Description: Ein Kraut Filter. (Really bad pseudo-German) (Requires TFS Core)
     
    102102}
    103103
    104 ?>
  • text-filter-suite/trunk/tfs-pirate.php

    r20706 r600718  
    22/*
    33 * Plugin Name: TFS Pirate
    4  * Version: 1.1
     4 * Version: 1.
    55 * Plugin URI: http://dougal.gunters.org/blog/2004/08/30/text-filter-suite
    66 * Description: Pirate filter, me matey! Arrrr! (Requires TFS Core)
     
    148148}
    149149
    150 ?>
Note: See TracChangeset for help on using the changeset viewer.