Skip to content

Instantly share code, notes, and snippets.

@ntwb

ntwb/shell Secret

Created May 19, 2014 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntwb/94992796a0e268ea94f9 to your computer and use it in GitHub Desktop.
Save ntwb/94992796a0e268ea94f9 to your computer and use it in GitHub Desktop.
HybridCore 1.5.5 bbPress References
spine $ grep -in 'bbpress' * -r
bbpress.php:3: * bbPress wrapper template.
hybrid-core/admin/meta-box-post-seo.php:52: /* Removes post stylesheets support of the bbPress 'topic' post type. */
hybrid-core/admin/meta-box-post-seo.php:56: /* Removes post stylesheets support of the bbPress 'reply' post type. */
hybrid-core/admin/meta-box-post-template.php:55: /* Removes meta box from the bbPress 'topic' post type. */
hybrid-core/admin/meta-box-post-template.php:59: /* Removes meta box from the bbPress 'reply' post type. */
hybrid-core/extensions/breadcrumb-trail.php:135: /* If bbPress is installed and we're on a bbPress page. */
hybrid-core/extensions/breadcrumb-trail.php:136: if ( function_exists( 'is_bbpress' ) && is_bbpress() ) {
hybrid-core/extensions/breadcrumb-trail.php:137: $trail = array_merge( $trail, breadcrumb_trail_get_bbpress_it
ems() );
hybrid-core/extensions/breadcrumb-trail.php:503: * Gets the items for the breadcrumb trail if bbPress is installed.
hybrid-core/extensions/breadcrumb-trail.php:510:function breadcrumb_trail_get_bbpress_items( $args = array() ) {
hybrid-core/extensions/breadcrumb-trail.php:622: /* Return the bbPress breadcrumb trail items. */
hybrid-core/extensions/breadcrumb-trail.php:623: return apply_filters( 'breadcrumb_trail_get_bbpress_items', $trail, $
args );
hybrid-core/extensions/post-stylesheets.php:92: /* Removes post stylesheets support of the bbPress 'topic' post type. */
hybrid-core/extensions/post-stylesheets.php:96: /* Removes post stylesheets support of the bbPress 'reply' post type. */
hybrid-core/extensions/post-stylesheets.php:119: /* If viewing a bbPress topic, use its forum object. */
hybrid-core/extensions/post-stylesheets.php:123: /* If viewing a bbPress reply, use its forum object. */
hybrid-core/extensions/theme-layouts.php:100: /* Removes theme layouts support of the bbPress 'reply' post type. */
hybrid-core/hybrid.php:354: /* Remove bbPress theme compatibility if current theme supports bbPress. */
hybrid-core/hybrid.php:355: if ( current_theme_supports( 'bbpress' ) )
spine $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment