Skip to content

Commit

Permalink
Typo fix in 3.4-release-notebook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlinnewson authored Jun 13, 2024
1 parent 7edce7e commit 16652fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release-notebooks/en/3.4-release-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,4 @@ Use `DB` facade instead of `Capsule` to access Laravel's QueryBuilder:

The `Mail` and `SubmissionMail` classes were removed in favor of `Mailables`. Read [Utilities > Email](/dev/documentation/en/utilities-email) to learn more.

Deprecated shims for Smarty2 functions within `PKPTemplatateManager`, including `get_template_vars()` and `register_function()` were removed. Legacy usage should move to Smarty3-compatible functions `PKPTemplateManager::getTemplateVars()` and `PKPTemplateManager::registerPlugin()`.
Deprecated shims for Smarty2 functions within `PKPTemplateManager`, including `get_template_vars()` and `register_function()` were removed. Legacy usage should move to Smarty3-compatible functions `PKPTemplateManager::getTemplateVars()` and `PKPTemplateManager::registerPlugin()`.

0 comments on commit 16652fb

Please sign in to comment.