Initial Commit

This commit is contained in:
David Stone
2024-11-30 18:24:12 -07:00
commit e8f7955c1c
5432 changed files with 1397750 additions and 0 deletions

20
inc/mercator/mercator.php Normal file
View File

@ -0,0 +1,20 @@
<?php
/**
* Backwards compatibility with the sunrise flow for v1.
*
* This is useful when the user makes use of the rollback
* function, which renders their sunrise.php file on the v2
* version as we cannot safely roll that file back.
*
* @since 2.0.7
* @package Backwards_Compat
*/
// Exit if accessed directly
defined('ABSPATH') || exit;
/**
* Silence is golden.
*
* @since 2.0.7
*/