Changeset 4972 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 02/21/2017 02:47:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r4969 r4972 559 559 if ( !empty( $reply_count ) ) { 560 560 $reply_text = sprintf( _n( '%s reply', '%s replies', $reply_count, 'wporg-forums' ), bbp_number_format( $reply_count ) ); 561 } else { 562 $reply_text = ''; 561 563 } 562 564
Note: See TracChangeset
for help on using the changeset viewer.