Skip to content

Commit 542a17f

Browse files
committed
docs(hooks): fix wp_img_tag_add_loading_attr xref
Fix cross-reference path from `wp-admin/includes/media.php` to `wp-includes/media.php` where the filter's PHPDoc block is located. Related to https://core.trac.wordpress.org/ticket/64224
1 parent 124415a commit 542a17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/deprecated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4790,7 +4790,7 @@ function wp_img_tag_add_loading_attr( $image, $context ) {
47904790
return $image;
47914791
}
47924792

4793-
/** This filter is documented in wp-admin/includes/media.php */
4793+
/** This filter is documented in wp-includes/media.php */
47944794
$value = apply_filters( 'wp_img_tag_add_loading_attr', $value, $image, $context );
47954795

47964796
if ( $value ) {

0 commit comments

Comments
 (0)