diff --git a/libs/plugins/function.cycle.php b/libs/plugins/function.cycle.php index 9bf3c1e3..5d2cea83 100644 --- a/libs/plugins/function.cycle.php +++ b/libs/plugins/function.cycle.php @@ -9,10 +9,9 @@ * Author: Monte Ohrt * Credits: Mark Priatel * Gerard - * Purpose: cycle given given values each time + * Purpose: cycle given given values * Input: id = id of cycle (optional) * values = comma separated list of values to cycle - * (use hex value for literal comma or quote) * reset = boolean - resets given var to true * print = boolean - print var or not. default is true * advance = boolean - whether or not to advance the cycle diff --git a/plugins/function.cycle.php b/plugins/function.cycle.php index 9bf3c1e3..5d2cea83 100644 --- a/plugins/function.cycle.php +++ b/plugins/function.cycle.php @@ -9,10 +9,9 @@ * Author: Monte Ohrt * Credits: Mark Priatel * Gerard - * Purpose: cycle given given values each time + * Purpose: cycle given given values * Input: id = id of cycle (optional) * values = comma separated list of values to cycle - * (use hex value for literal comma or quote) * reset = boolean - resets given var to true * print = boolean - print var or not. default is true * advance = boolean - whether or not to advance the cycle