Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Update WP_Bootstrap to allow multiple wp-bootstrap.com to contain only a single value for 'config' #11

Open
mikeschinkel opened this issue Nov 6, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mikeschinkel
Copy link
Member

For example:

<?php
return array(
	'config' => '/app/config',
);

And:

<?php
return array(
	'config' => '/content/config',
);

And (although this would be redundant since it is the default):

<?php
return array(
	'config' => '/wp-content/config',
);
@mikeschinkel mikeschinkel added the enhancement New feature or request label Nov 6, 2018
@mikeschinkel mikeschinkel self-assigned this Nov 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant