Docs: Inline comment typo correction in wp_image_file_matches_image_meta().
Props kebbet. See #55646, #56792. Built from https://develop.svn.wordpress.org/trunk@54505 git-svn-id: http://core.svn.wordpress.org/trunk@54064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1544,7 +1544,7 @@ function wp_image_file_matches_image_meta( $image_location, $image_meta, $attach
|
||||
|
||||
// Ensure the $image_meta is valid.
|
||||
if ( isset( $image_meta['file'] ) && strlen( $image_meta['file'] ) > 4 ) {
|
||||
// Remove quiery args if image URI.
|
||||
// Remove query args in image URI.
|
||||
list( $image_location ) = explode( '?', $image_location );
|
||||
|
||||
// Check if the relative image path from the image meta is at the end of $image_location.
|
||||
|
||||
Reference in New Issue
Block a user