Changeset 7831
- Timestamp:
- 11/07/2018 02:45:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/github-sync/feature-plugins.php
r5723 r7831 18 18 // Github.com/{$user/repo-name} => plugins.svn.wordpress.org/{$slug}/trunk/ 19 19 'dd32/feature-plugin-testing' => 'test-plugin-3', 20 'georgestephanis/two-factor' => 'two-factor', 20 // 'georgestephanis/two-factor' => 'two-factor', // See https://github.com/georgestephanis/two-factor/issues/251 21 21 'georgestephanis/application-passwords' => 'application-passwords', 22 22 'obenland/shiny-updates' => 'shiny-updates', … … 26 26 27 27 function __construct() { 28 die( "Temporarily disabled. See https://github.com/georgestephanis/two-factor/issues/251" ); 29 28 30 $repo_name = $this->get_notified_repo(); 29 31
Note: See TracChangeset
for help on using the changeset viewer.