microdata_item() returns its items in an array indexed by entity_id. However $titles and $schema_urls in microdata_process_page() are not indexed by entity_id. This makes it extra difficult to override theme_microdata_item_meta_tags().

CommentFileSizeAuthor
#1 1875290-1-entity_id_index.patch1.26 KBfenstrat

Comments

fenstrat’s picture

Status: Active » Needs review
StatusFileSize
new1.26 KB

Attached simply adds the entity_id as an index.