Changeset 9129 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
- Timestamp:
- 09/07/2019 10:12:44 PM (5 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
r9128 r9129 225 225 // Determine permanence of closure. 226 226 $committers = Tools::get_plugin_committers( $post->post_name ); 227 $permanent = ( 'author-request'=== $close_reason || ! $committers );227 $permanent = ( __( 'Author Request', 'wporg-plugins' ) === $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.