Skip to content

Commit

Permalink
ext: breadcrumb-trail.php remove breadcrumb itemprop
Browse files Browse the repository at this point in the history
https://schema.org/BlogPosting does not support breadcrumb itemprop
  • Loading branch information
paulkirspuu committed Oct 5, 2018
1 parent 59ef986 commit 41149ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/breadcrumb-trail.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function trail() {

// Wrap the breadcrumb trail.
$breadcrumb = sprintf(
'<%1$s role="navigation" aria-label="%2$s" class="breadcrumb-trail breadcrumbs" itemprop="breadcrumb">%3$s%4$s%5$s</%1$s>',
'<%1$s role="navigation" aria-label="%2$s" class="breadcrumb-trail breadcrumbs" itemprop="">%3$s%4$s%5$s</%1$s>',
tag_escape( $this->args['container'] ),
esc_attr( $this->labels['aria_label'] ),
$this->args['before'],
Expand Down

0 comments on commit 41149ed

Please sign in to comment.