Use correct path to src/
See #24976 git-svn-id: https://develop.svn.wordpress.org/trunk@25015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4483b947a4
commit
f9ff73dc61
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$pomo = dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/src/wp-includes/pomo';
|
$pomo = dirname( dirname( dirname( __FILE__ ) ) ) . '/src/wp-includes/pomo';
|
||||||
require_once "$pomo/entry.php";
|
require_once "$pomo/entry.php";
|
||||||
require_once "$pomo/translations.php";
|
require_once "$pomo/translations.php";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user