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

Final @TODOs added (4 total). #1329

Merged
merged 5 commits into from
Oct 11, 2016
Merged

Conversation

yayannabelle
Copy link

With reference to issue #963.

@aschweigert
Copy link

looks good, thanks @yayannabelle!

@aschweigert aschweigert merged commit f4ef22d into WPBuddy:develop Oct 11, 2016
$template = get_stylesheet_directory() . "/{$custom_field}";
} else if ( file_exists( get_template_directory() . "/{$custom_field}") ) {
$template = get_template_directory() . "/{$custom_field}";
if ( file_exists( get_stylesheet_directory() . '/{$custom_field}' ) ) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

@aschweigert Can we check that this works? I think that switching to single quotes here breaks the curly-braces interpretation: https://secure.php.net/manual/en/language.operators.string.php#110937

Copy link
Collaborator

Choose a reason for hiding this comment

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

Tests failed to run because the branch was deleted before tests could be run: https://travis-ci.org/INN/Largo/builds/166745124

Choose a reason for hiding this comment

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

yeah, sorry, editing too fast.

Choose a reason for hiding this comment

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

not sure why we're using curly braces here but that's for another day, i suppose

aschweigert added a commit that referenced this pull request Oct 11, 2016
@benlk
Copy link
Collaborator

benlk commented Oct 11, 2016

👍

@yayannabelle
Copy link
Author

My pleasure, glad I could help!

@yayannabelle yayannabelle deleted the develop branch October 11, 2016 20:46
@yayannabelle yayannabelle restored the develop branch October 11, 2016 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants