Making WordPress.org


Ignore:
Timestamp:
09/07/2019 10:02:20 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory Theme: When determining the permanence of plugin closure, check if the plugin has committers.

Props Ipstenu.
See #4718, #4694.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-reviews.php

    r9127 r9128  
    4949                            <div class="header-bottom">
    5050                                <span class="review-author author vcard"><?php the_author_posts_link(); ?></span>
    51                                 <span class="review-date"><?php echo date_i18n( get_option( 'date_format'), strtotime( $review->post_modified ) ); ?></span>
     51                                <span class="review-date"><?php echo date_i18n( get_option( 'date_format' ), strtotime( $review->post_modified ) ); ?></span>
    5252                            </div>
    5353                        </header>
    54                         <div class="review-content"><?php echo wp_strip_all_tags(get_the_content()); ?></div>
     54                        <div class="review-content"><?php echo wp_strip_all_tags( get_the_content() ); ?></div>
    5555                    </div>
    5656                </article>
Note: See TracChangeset for help on using the changeset viewer.