Needs review
Project:
Microdata
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2012 at 00:11 UTC
Updated:
28 Dec 2012 at 00:13 UTC
Jump to comment: Most recent file
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().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1875290-1-entity_id_index.patch | 1.26 KB | fenstrat |
Comments
Comment #1
fenstratAttached simply adds the entity_id as an index.