1 | | for example when I search for some text "account has the ability to post unrestricted HTML" - six results are displayed, this mean that this text is inserted in 6 different files, I would be great and nice to use only once in a function. |
| 1 | Currently, the themes include several hardcoded template notices at the top of various forms and pages. Ideally, these should fall under one dedicated action or template tag, with a loose convention on how to add/remove/modify notices. |
| 2 | |
| 3 | This has the positive side-effect of eliminating duplicate code, and strings in the template files themselves. For example, when searching for "account has the ability to post unrestricted HTML" - six results are displayed. This means changing it in 6 different places instead of only once in a function. |