Skip to content

Commit

Permalink
Update includes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed May 10, 2023
1 parent d98c4f9 commit 202aae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

if (! defined('PUBLISHPRESS_FUTURE_VENDOR_PATH')) {
define('PUBLISHPRESS_FUTURE_VENDOR_PATH', realpath(__DIR__ . '/../../'));
if (! defined('PUBLISHPRESS_BLOCKS_VENDOR_PATH')) {
define('PUBLISHPRESS_BLOCKS_VENDOR_PATH', realpath(__DIR__ . '/../../'));
}

0 comments on commit 202aae6

Please sign in to comment.