updated function documentation of thumbnail_macro() to reflect recent changes
This commit is contained in:
parent
06103c16b4
commit
96867d716e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function image_macro(param) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DEPRECATED!
|
* DEPRECATED!
|
||||||
* use image_macro() with param.as = "thumbnail" instead
|
* use image_macro() with param.as = "popup" instead
|
||||||
*/
|
*/
|
||||||
function thumbnail_macro(param) {
|
function thumbnail_macro(param) {
|
||||||
param.as = "popup";
|
param.as = "popup";
|
||||||
|
|
Loading…
Add table
Reference in a new issue