-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9d29c05
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# WPorg Two-Factor | ||
|
||
WordPress.org-specific customizations for the Two Factor plugin | ||
|
||
## Security | ||
|
||
Please privately report any potential security issues to the [WordPress HackerOne](https://hackerone.com/wordpress) program. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* Plugin Name: WordPress.org Two Factor | ||
* Description: WordPress.org-specific customizations for the Two Factor plugin. | ||
* License: GPLv2 or later | ||
* Text Domain: wporg | ||
* Network: true | ||
* Update URI: false | ||
*/ | ||
|
||
namespace WordPressdotorg\Two_Factor; | ||
defined( 'WPINC' ) || die(); | ||
|