mirror of
https://github.com/getgrav/grav.git
synced 2026-05-13 01:26:09 +02:00
Made Page.evaluate() public so it can be used by twig, plugins etc.
This commit is contained in:
@@ -1951,7 +1951,7 @@ class Page
|
||||
* @return mixed
|
||||
* @internal
|
||||
*/
|
||||
protected function evaluate($value)
|
||||
public function evaluate($value)
|
||||
{
|
||||
// Parse command.
|
||||
if (is_string($value)) {
|
||||
|
||||
Reference in New Issue
Block a user