Jack Lee
asked 9 years ago

 
Hi!I think there may be a little bug for the printf function:

 printf( _n( '% person who is following this question', '% people who are following this question', $count, 'dwqa' ), $count );
/*
'%'SHOULD BE '%d':
*/
printf( _n( '%d person who is following this question', '%d people who are following this question', $count, 'dwqa' ), $count );

 

1 Answers
DominicStaff
answered 9 years ago

Hi,
Awesome ! we are checking this issue. If it’s bug from DW Q&A, we will check/fix and update this issue as soon as possible in the next version of DWQA :D.

Jack Lee
replied 9 years ago

it’s in the line 192 of the shortcodes.php of DW Question & Answer v1.3.2

Powered by DW Question & Answer Pro