Skip to:
Content

bbPress.org

Changeset 3301


Ignore:
Timestamp:
06/03/2011 05:04:10 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Remove the create topic form from view shortcodes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-shortcodes.php

    r3291 r3301  
    690690                bbp_get_template_part( 'bbpress/loop',       'topics' );
    691691                bbp_get_template_part( 'bbpress/pagination', 'topics' );
    692                 bbp_get_template_part( 'bbpress/form',       'topic'  );
    693692
    694693            // No topics
    695694            } else {
    696695                bbp_get_template_part( 'bbpress/no',   'topics' );
    697                 bbp_get_template_part( 'bbpress/form', 'topic'  );
    698696            }
    699697        }
Note: See TracChangeset for help on using the changeset viewer.