Skip to content

Instantly share code, notes, and snippets.

@sunnyratilal
Last active July 8, 2016 12:53
Show Gist options
  • Save sunnyratilal/26edcf6f5edc9a9de95ede937b6354e2 to your computer and use it in GitHub Desktop.
Save sunnyratilal/26edcf6f5edc9a9de95ede937b6354e2 to your computer and use it in GitHub Desktop.
<!-- OLD MARKUP -->
<ul id="edd_per_product_reviews" class="edd_reviews_list edd_widget_list">
<li class="edd_recent_review">
<div role="img" aria-label="5 stars">
<div class="edd_star_rating" style="float: none; width: 95px;"></div>
<div class="edd_recent_review_author"><span class="edd_review_title">Test Review</span> — <span class="edd_review_author">Sunny Ratilal</span>
</div>
</div>
</li>
</ul>
<!-- NEW MARKUP -->
<div id="edd-per-product-review" class="edd-reviews-list">
<div class="edd-recent-review">
<div class="edd-review-meta edd-featured-review-meta">
<div class="edd-review-author vcard">
<b>Test Review</b> <span class="edd-review-meta-rating"><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></span>
<div class="edd-review-metadata">
<p>
<span class="author">By sunnyratilal</span> on
<a href="http://wp.dev/downloads/sample-product/#edd-review-3">June 22, 2016</a>
</p>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment