Changes between Initial Version and Version 2 of Ticket #35644
- Timestamp:
- 01/28/2016 01:09:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35644
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
toinvalid -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #35644 – Description
initial v2 1 1 1 {{{ 2 2 /** 3 3 * Display a noindex meta tag if required by the blog configuration. … … 28 28 echo "<meta name='robots' content='noindex,follow' />\n"; 29 29 } 30 }}}