Changeset 12576
- Timestamp:
- 05/08/2023 02:57:47 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-also-viewing/wporg-bbp-also-viewing.js
r12574 r12576 69 69 // Add the anonymous users to the list. 70 70 if ( anonymousUserCount ) { 71 var anonymousText = _n( '%s other person', '%s other people', anonymousUserCount, 'wporg-forums' ) ;71 var anonymousText = _n( '%s other person', '%s other people', anonymousUserCount, 'wporg-forums' ).replace( '%s', anonymousUserCount ) 72 72 73 anonymousText = anonymousText.replace( '%s', anonymousUserCount );74 73 if ( anonymousUserTyping ) { 75 anonymousText += ' ' + _n( '(%s is typing)', '(%s are typing)', anonymousUserTyping, 'wporg-forums' ) ;74 anonymousText += ' ' + _n( '(%s is typing)', '(%s are typing)', anonymousUserTyping, 'wporg-forums' ).replace( '%s', anonymousUserTyping ) 76 75 } 77 76
Note: See TracChangeset
for help on using the changeset viewer.