1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Third-party compatibility for forum shortcode vars.

This commit is contained in:
Cameron
2016-04-22 09:44:01 -07:00
parent 9cf18a2708
commit 16d0417b70
2 changed files with 4 additions and 1 deletions

View File

@@ -1366,7 +1366,8 @@ class e_shortcode
}
/**
* Alias of setParserVars - Preferred use by Plugins.
* Alias of setParserVars - Preferred use by Plugins.
* Sets the value of $sc->var
*/
public function setVars($eVars) // Alias of setParserVars();
{