Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add path to functions.php include #759

Merged
merged 1 commit into from
Jan 14, 2020
Merged

Conversation

joshcanhelp
Copy link
Contributor

Changes

Fix functions.php include path.

References

WP.org support thread

@joshcanhelp joshcanhelp added this to the 3.11.2 milestone Jan 14, 2020
@@ -104,8 +104,8 @@ install_test_suite() {
if [ ! -d $WP_TESTS_DIR ]; then
# set up testing suite
mkdir -p $WP_TESTS_DIR
svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes
svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data
svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes --ignore-externals
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshcanhelp joshcanhelp mentioned this pull request Jan 14, 2020
5 tasks
@joshcanhelp joshcanhelp requested a review from a team January 14, 2020 02:59
@joshcanhelp joshcanhelp merged commit ea4549d into 3.11.2-dev Jan 14, 2020
@joshcanhelp joshcanhelp deleted the fix-functions-include branch January 14, 2020 04:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants