rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
427 stars 149 forks source link

Use correct placeholders for admin bar title #454

Closed ocean90 closed 1 year ago

ocean90 commented 1 year ago

Using %d for strings makes the title having only rounded numbers:

Bildschirm­foto 2023-04-18 um 16 04 42

This also simplifies the translators comment per https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#descriptions

tillkruss commented 1 year ago

Great catch, thank you @ocean90.