Changeset 9128 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
- Timestamp:
- 09/07/2019 10:02:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
r9116 r9128 224 224 225 225 // Determine permanence of closure. 226 $co ntributors = get_the_terms( $post, 'plugin_contributors');227 $permanent = ( 'author-request' === $close_reason || ! $contributors || is_wp_error( $contributors ));226 $committers = Tools::get_plugin_committers( $post->post_name ); 227 $permanent = ( 'author-request' === $close_reason || ! $committers ); 228 228 229 229 $days_passed = (int) ( ( current_time( 'timestamp' ) - mysql2date( 'U', $closed_date ) ) / DAY_IN_SECONDS );
Note: See TracChangeset
for help on using the changeset viewer.