Skip to content

Commit 91d3fdf

Browse files
authored
Update anonymous-bbpress.php
1 parent 26d68a8 commit 91d3fdf

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

anonymous-bbpress.php

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
<?php
2-
/**
3-
* Plugin Name: Anonymize bbPress
4-
* Description: bbPress anonymous modifications.
5-
* Version: 0.0.2
6-
* Requires PHP: 5.4
7-
*/
8-
9-
/**
10-
* Changelog.
11-
*
12-
* 0.0.2 Fixed formatting.
13-
* Added changelog.
14-
* 0.0.1 Init.
15-
*/
16-
17-
namespace BBPMods\Anonymous;
1+
<?php
2+
/*
3+
Plugin Name: Anonymous bbPress
4+
Plugin URI: https://www.littlebizzy.com/plugins/speed-demon
5+
Description: Enables guest users to participate in bbPress forums without providing an email address or URL, and assigns random usernames to every single post.
6+
Version: 1.0.0
7+
Author: LittleBizzy
8+
Author URI: https://www.littlebizzy.com
9+
License: GPLv3
10+
License URI: https://www.gnu.org/licenses/gpl-3.0.html
11+
Requires PHP: 5.4
12+
*/
13+
14+
namespace LittleBizzy\AnonymousbbPress;
1815

1916
/**
20-
* Init.
21-
*/
17+
* Init.
18+
*/
2219
add_action( 'init', function(){
2320

2421
add_filter( 'bbp_current_user_can_access_anonymous_user_form', '__return_false' );

0 commit comments

Comments
 (0)