@@ -469,13 +469,13 @@ Plugin Arguments Description
469469================== ========================= ============================================ ================================================================
470470current_url Alias for the current_url helper function. {+ current_url +}
471471previous_url Alias for the previous_url helper function. {+ previous_url +}
472- siteURL Alias for the site_url helper function. {+ siteURL " login" +}
473- mailto email, title, attributes Alias for the mailto helper function. {+ mailto
[email protected] title=
" Stranger Things
" +}
474- safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto
[email protected] title=
" Stranger Things
" +}
472+ siteURL Alias for the site_url helper function. {+ siteURL login +}
473+ mailto email, title, attributes Alias for the mailto helper function. {+ mailto
[email protected] title=Stranger Things +}
474+ safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto
[email protected] title=Stranger Things +}
475475lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
476- validation_errors fieldname(optional) Returns either error string for the field {+ validation_errors +} , {+ validation_errors field=" email" +}
476+ validation_errors fieldname(optional) Returns either error string for the field {+ validation_errors +} , {+ validation_errors field=email +}
477477 (if specified) or all validation errors.
478- route route name Alias for the route_to helper function. {+ route " login" +}
478+ route route name Alias for the route_to helper function. {+ route login +}
479479csp_script_nonce Alias for the csp_script_nonce helper {+ csp_script_nonce +}
480480 function.
481481csp_style_nonce Alias for the csp_style_nonce helper {+ csp_style_nonce +}
0 commit comments