Skip to content

Commit fcbcd95

Browse files
westonruterCopilot
andauthored
Fix method reference
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 11c8683 commit fcbcd95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4607,7 +4607,7 @@ public function test_wp_get_loading_optimization_attributes( string $context ):
46074607
/**
46084608
* Tests that wp_get_loading_optimization_attributes() returns the expected loading attribute value.
46094609
*
4610-
* This test is the same as {@see self::wp_get_loading_optimization_attributes()} except that the IMG which
4610+
* This test is the same as {@see self::test_wp_get_loading_optimization_attributes()} except that the IMG which
46114611
* previously got `fetchpriority=high` now initially has `fetchpriority=auto`. This causes the initial lazy-loaded
46124612
* image to be bumped down one.
46134613
*

0 commit comments

Comments
 (0)