Changeset 3466
- Timestamp:
- 06/19/2016 11:53:35 AM (8 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
r3464 r3466 20 20 21 21 ?><article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 22 <?php if ( time() - get_post_modified_time() > 2 * YEAR_IN_SECONDS ) : ?>23 <div class="plugin-notice notice notice-warning notice-alt">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 </div><!-- .plugin-notice -->26 <?php endif; ?>27 28 22 <?php echo Template::get_plugin_banner( get_post(), 'html' ); ?> 29 23 30 24 <header class="plugin-header"> 25 <?php if ( time() - get_post_modified_time() > 2 * YEAR_IN_SECONDS ) : ?> 26 <div class="plugin-notice notice notice-warning notice-alt"> 27 <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> 28 </div><!-- .plugin-notice --> 29 <?php endif; ?> 30 31 31 <div class="plugin-thumbnail"> 32 32 <?php echo Template::get_plugin_icon( get_post(), 'html' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.