Skip to content

Commit

Permalink
Merge pull request #2486 from codeigniter4/parserpluginfix
Browse files Browse the repository at this point in the history
Update current_url and previous_url in the docs for View Parser. Fixes #2460
  • Loading branch information
lonnieezell authored Jan 14, 2020
2 parents 95a2114 + 0b6a4ea commit dfb358c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/outgoing/view_parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ The following plugins are available when using the parser:
==================== ========================== ================================================================================== ================================================================
Plugin Arguments Description Example
==================== ========================== ================================================================================== ================================================================
currentURL Alias for the current_url helper function. {+ currentURL +}
previousURL Alias for the previous_url helper function. {+ previousURL +}
current_url Alias for the current_url helper function. {+ current_url +}
previous_url Alias for the previous_url helper function. {+ previous_url +}
siteURL Alias for the site_url helper function. {+ siteURL "login" +}
mailto email, title, attributes Alias for the mailto helper function. {+ mailto [email protected] title="Stranger Things" +}
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto [email protected] title="Stranger Things" +}
Expand Down

0 comments on commit dfb358c

Please sign in to comment.