Skip to content

Commit 7a38d6e

Browse files
author
deployment_bot
committed
Reindex and reformat Blueprints
1 parent 49a75b7 commit 7a38d6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blueprints/friends-cors/blueprint.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"features": {
1111
"networking": true
1212
},
13-
"plugins":["friends","activitypub"],
13+
"plugins": ["friends", "activitypub"],
1414
"siteOptions": {
1515
"permalink_structure": "/%postname%/"
1616
},
1717
"steps": [
1818
{
1919
"step": "writeFiles",
20-
"writeToPath": "wordpress/wp-content/mu-plugins",
21-
"filesTree": {
22-
"resource": "literal:directory",
20+
"writeToPath": "wordpress/wp-content/mu-plugins",
21+
"filesTree": {
22+
"resource": "literal:directory",
2323
"name": "mu-plugins",
2424
"files": {
2525
"addFilter-0.php": "<?php add_action( 'requests-requests.before_request', function( &$url ) {\n$url = 'https://playground.wordpress.net/cors-proxy.php?' . $url;\n} );"
26-
}
26+
}
2727
}
2828
},
2929
{

0 commit comments

Comments
 (0)