Changeset 3356
- Timestamp:
- 06/14/2016 10:46:18 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3353 r3356 1939 1939 } 1940 1940 1941 .single .type-plugin .plugin-notice { 1942 margin-top: 0; 1943 } 1944 1941 1945 .single .type-plugin .plugin-banner { 1942 1946 background-size: 100%; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3261 r3356 3 3 .single .type-plugin { 4 4 @extend .clear; 5 .plugin-notice { 6 margin-top: 0; 7 } 5 8 6 9 .plugin-banner { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r3352 r3356 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 22 28 <?php echo Template::get_plugin_banner( get_post(), 'html' ); ?> 23 29
Note: See TracChangeset
for help on using the changeset viewer.