Changeset 8226
- Timestamp:
- 02/12/2019 03:19:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r8196 r8226 28 28 # <meta name="robots"> 29 29 if req.environ['PATH_INFO'].startswith('/attachment/') : 30 robots = 'noindex, follow' 31 elif req.environ['PATH_INFO'].startswith('/browser/') and 'rev' in req.args : # eg: /browser/trunk/?rev=37670 32 robots = 'noindex, follow' 33 elif req.environ['PATH_INFO'].startswith('/changeset/') and len( filter( None, req.environ['PATH_INFO'].split('/') ) ) > 2 : # eg: /changeset/123/trunk 30 34 robots = 'noindex, follow' 31 35 else :
Note: See TracChangeset
for help on using the changeset viewer.