Changeset 5274
- Timestamp:
- 04/06/2017 11:09:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
r5273 r5274 173 173 $note = true; 174 174 $tooltips[] = 'Plugin is approved, but has no data.'; 175 } elseif ( strtotime( '-2 years' ) > strtotime( $last_updated ) ) { 176 $tooltips[] = 'Plugin is open but has not been updated in more than two years.'; 177 $classes[] = 'profile-plugin-open-old'; 175 178 } else { 176 179 $tooltips[] = 'Plugin is open.'; 177 180 } 178 181 $classes[] = 'profile-plugin-open'; 179 180 if ( strtotime( '-2 years' ) > strtotime( $last_updated ) ) {181 $tooltips[] = 'Plugin is open, but has not been updated in more than two years.';182 $classes[] = 'profile-plugin-open-old';183 }184 182 } 185 183
Note: See TracChangeset
for help on using the changeset viewer.