Changeset 3464 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 06/19/2016 11:28:10 AM (9 years ago)
- 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 22 22 <?php if ( time() - get_post_modified_time() > 2 * YEAR_IN_SECONDS ) : ?> 23 23 <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’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> 25 25 </div><!-- .plugin-notice --> 26 26 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.