summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/vendor/automattic/jetpack-connection/legacy/load-ixr.php')
-rw-r--r--plugins/jetpack/vendor/automattic/jetpack-connection/legacy/load-ixr.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/load-ixr.php b/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/load-ixr.php
deleted file mode 100644
index de77dfc4..00000000
--- a/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/load-ixr.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * WordPress IXR classes aren't always loaded by default.
- *
- * Here we ensure that they are loaded before we declare our implementations.
- *
- * @package automattic/jetpack-connection
- * @since 7.7
- */
-
-if ( defined( 'ABSPATH' ) && defined( 'WPINC' ) ) {
- require_once ABSPATH . WPINC . '/class-IXR.php';
-}