web/wp-content/plugins/bbpress/templates/default/bbpress/form-protected.php
changeset 196 5e8dcbe22c24
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/bbpress/templates/default/bbpress/form-protected.php	Tue Dec 04 18:43:10 2012 -0800
@@ -0,0 +1,19 @@
+<?php
+
+/**
+ * Password Protected
+ *
+ * @package bbPress
+ * @subpackage Theme
+ */
+
+?>
+
+<div id="bbpress-forums">
+	<fieldset class="bbp-form" id="bbp-protected">
+		<Legend><?php _e( 'Protected', 'bbpress' ); ?></legend>
+
+		<?php echo get_the_password_form(); ?>
+
+	</fieldset>
+</div>
\ No newline at end of file