name of plugin thumbs in description

This commit is contained in:
real_nowhereman 2007-11-09 09:06:15 +00:00
parent 4df312c056
commit 34f5910d79

View File

@ -1,7 +1,7 @@
<?php
/*
Plugin Name: BlockParser
Plugin Name: Thumbnails
Plugin URI: http://www.nowhereland.it/
Description: Thumbnail plugin. Part of the standard distribution ;) If this is loaded scale parameter of images will create a scaled version of your img
Author: NoWhereMan real_nowhereman at user dot sf dot net
@ -115,4 +115,4 @@ function plugin_thumb_bbcodehook($actualpath, $props, $newsize){
add_filter('bbcode_img_scale', 'plugin_thumb_bbcodehook', 0, 3);
?>
?>