Changeset 1236000
- Timestamp:
- 09/02/2015 04:30:12 AM (11 years ago)
- File:
-
- 1 edited
-
super-static-cache/trunk/super-static-cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
super-static-cache/trunk/super-static-cache.php
r1235981 r1236000 33 33 //文章的trackback也属于single, 所以is_trackback要放在前面 34 34 return 'trackback'; 35 }else if(is_attachment()){ 36 //文档的attachment也属于single, 所以is_attachment要放在前面 37 return 'attachment'; 35 38 }else if(is_feed()){ 36 39 return 'feed'; … … 51 54 }else if(is_author()){ 52 55 return 'author'; 53 }else if(is_attachment()){54 return 'attachment';55 56 }else if(is_tag()){ 56 57 return 'tag';
Note: See TracChangeset
for help on using the changeset viewer.