Changeset 9127 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-reviews.php
- Timestamp:
- 09/07/2019 09:12:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-reviews.php
r9019 r9127 49 49 <div class="header-bottom"> 50 50 <span class="review-author author vcard"><?php the_author_posts_link(); ?></span> 51 <span class="review-date"><?php echo date_i18n( 'F j, Y', strtotime( $review->post_modified ) ); ?></span>51 <span class="review-date"><?php echo date_i18n( get_option( 'date_format'), strtotime( $review->post_modified ) ); ?></span> 52 52 </div> 53 53 </header>
Note: See TracChangeset
for help on using the changeset viewer.