rebase on oct-10-2023
This commit is contained in:
@@ -457,7 +457,7 @@ class WPSEO_Sitemap_Image_Parser {
|
||||
);
|
||||
|
||||
$gallery_attachments = [];
|
||||
foreach ( $attachments as $key => $val ) {
|
||||
foreach ( $attachments as $val ) {
|
||||
$gallery_attachments[ $val->ID ] = $val;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user