Making WordPress.org


Ignore:
Timestamp:
06/19/2016 11:28:10 AM (9 years ago)
Author:
samuelsidler
Message:

Plugin Directory Theme: All the HTML entities (or at least a few of them).

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php

    r3456 r3464  
    2222    <?php if ( time() - get_post_modified_time() > 2 * YEAR_IN_SECONDS ) : ?>
    2323        <div class="plugin-notice notice notice-warning notice-alt">
    24             <p><?php _e( 'This plugin <strong>hasn&#146;t been updated in over 2 years</strong>. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.', 'wporg-plugins' ); ?></p>
     24            <p><?php _e( 'This plugin <strong>hasn&#8217;t been updated in over 2 years</strong>. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.', 'wporg-plugins' ); ?></p>
    2525        </div><!-- .plugin-notice -->
    2626    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.