Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #1883


Ignore:
Timestamp:
07/03/2012 09:02:15 PM (13 years ago)
Author:
johnjamesjacoby
Comment:

Modified ticket title and description. Valid, but needed a little more meat.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1883

    • Property Keywords 2nd-opinion removed
    • Property Summary changed from remove repetitive text to Smarter template notices
  • Ticket #1883 – Description

    initial v1  
    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.
     1Currently, 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
     3This 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.