Skip to content

Commit

Permalink
MDL-81525 core: Correct deprecated hook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 14, 2024
1 parent 1e36531 commit 6b0793d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@
*/
#[\core\attribute\tags('output')]
#[\core\attribute\label('Allows plugins to add any elements to the page <head> html tag.')]
#[\core\attribute\hook\replaces_callbacks('before_standard_html_head')]
#[\core\attribute\hook\replaces_callbacks('before_standard_top_of_body_html')]
final class before_standard_top_of_body_html_generation {
/**
* Hook to allow subscribers to add HTML content to the top of the page body.
Expand Down

0 comments on commit 6b0793d

Please sign in to comment.