| 3 | | After looking at the code in question, the number that is used is hard-coded as `0` (zero). |
| 4 | | |
| 5 | | So irrespective of whether we switch to using `_n()` or not, when loaded it will always say `0 themes`. |
| 6 | | |
| 7 | | If this is correct, I'm tempted to change it to `_x()` instead so we can provide additional context about the 0 in this case. |
| | 3 | So irrespective of whether we switch to using `_n()` or not, when loaded it will always say `0 themes`. If this is correct, I'm tempted to change it to `_x()` instead so we can provide additional context about the 0 in this case. |