name of plugin thumbs in description
This commit is contained in:
parent
4df312c056
commit
34f5910d79
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Plugin Name: BlockParser
|
Plugin Name: Thumbnails
|
||||||
Plugin URI: http://www.nowhereland.it/
|
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
|
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
|
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);
|
add_filter('bbcode_img_scale', 'plugin_thumb_bbcodehook', 0, 3);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user