Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/20/2011 11:49:05 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove thumbnail and excerpt from custom post type supports arrays, and add revisions to forums. Topic/reply thumbnails and excerpts will make great plugins for themes that support this in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r2993 r2995  
    455455            'title',
    456456            'editor',
    457             'thumbnail',
    458             'excerpt'
     457            'revisions'
    459458        );
    460459
     
    510509            'title',
    511510            'editor',
    512             'thumbnail',
    513             'excerpt',
    514511            'revisions'
    515512        );
     
    566563            'title',
    567564            'editor',
    568             'thumbnail',
    569             'excerpt',
    570565            'revisions'
    571566        );
Note: See TracChangeset for help on using the changeset viewer.