IT Nursery
what WordPress core functions do I have to modify to change comments_popup_link('Ni komentarjev', '1 komentar','% komentarjev') to comments_popup_link('Ni komentarjev', '1 komentar', **'2 komentarja',** '% komentarjev') I’d like to add...
  • May 30, 2022
  • 0 Comments
IT Nursery
It began with version 3.7.1: You are using WordPress 3.7.1. Update to 3.7.1 I’ve installed and usually update WP with git from https://github.com/wordpress/wordpress: cd wordpress git fetch --tags git...
  • May 29, 2022
  • 0 Comments
IT Nursery
I have a very strict directory structure I must adhere to within mu-plugins, but I would like POEdit to be able to help me generate translation files for specific...
  • May 28, 2022
  • 0 Comments
IT Nursery
So I know that _x() and it’s wrappers allow a developer to specify the context of a translated string. I’m pretty clear on “how” to use this function as...
  • May 27, 2022
  • 0 Comments