Skip to content
Snippets Groups Projects
Commit b77dfc8c authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock...

Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock for _theme_load_registry() function.
parent 61ff24ef
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -275,7 +275,7 @@ function _theme_registry_callback($callback = NULL, array $arguments = array()) ...@@ -275,7 +275,7 @@ function _theme_registry_callback($callback = NULL, array $arguments = array())
* @param $base_theme * @param $base_theme
* An array of loaded $theme objects representing the ancestor themes in * An array of loaded $theme objects representing the ancestor themes in
* oldest first order. * oldest first order.
* @param theme_engine * @param $theme_engine
* The name of the theme engine. * The name of the theme engine.
*/ */
function _theme_load_registry($theme, $base_theme = NULL, $theme_engine = NULL) { function _theme_load_registry($theme, $base_theme = NULL, $theme_engine = NULL) {
...@@ -519,7 +519,7 @@ function _theme_process_registry(&$cache, $name, $type, $theme, $path) { ...@@ -519,7 +519,7 @@ function _theme_process_registry(&$cache, $name, $type, $theme, $path) {
* @param $base_theme * @param $base_theme
* An array of loaded $theme objects representing the ancestor themes in * An array of loaded $theme objects representing the ancestor themes in
* oldest first order. * oldest first order.
* @param theme_engine * @param $theme_engine
* The name of the theme engine. * The name of the theme engine.
*/ */
function _theme_build_registry($theme, $base_theme, $theme_engine) { function _theme_build_registry($theme, $base_theme, $theme_engine) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment