2025-06-05 11:51:30 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Prevents calls to the WordPress.org API for the default repository.
|
|
|
|
*
|
|
|
|
* @package FAIR
|
|
|
|
*/
|
|
|
|
|
|
|
|
namespace FAIR\Repositories;
|
|
|
|
|
2025-06-26 18:10:59 +01:00
|
|
|
/**
|
|
|
|
* Bootstrap.
|
|
|
|
*/
|
2025-06-05 11:51:30 +02:00
|
|
|
function bootstrap() {
|
|
|
|
}
|