Initial Commit
This commit is contained in:
20
inc/mercator/mercator.php
Normal file
20
inc/mercator/mercator.php
Normal 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
|
||||
*/
|
Reference in New Issue
Block a user