Skip to content

Commit 1fbf77b

Browse files
Merge pull request #23174 from MukundaKatta/codex/fix-indexable-presention-docblock-typo
docs: fix 'Indexable_Presention' -> 'Indexable_Presentation' in docblock
2 parents e0fec02 + f1edec7 commit 1fbf77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integrations/front-end-integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public function present_head() {
472472
/**
473473
* Filter 'wpseo_frontend_presentation' - Allow filtering the presentation used to output our meta values.
474474
*
475-
* @param Indexable_Presention $presentation The indexable presentation.
475+
* @param Indexable_Presentation $presentation The indexable presentation.
476476
* @param Meta_Tags_Context $context The meta tags context for the current page.
477477
*/
478478
$presentation = \apply_filters( 'wpseo_frontend_presentation', $context->presentation, $context );

0 commit comments

Comments
 (0)