Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was 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

@mikeschinkel

Description

@mikeschinkel

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',
);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions