Commit 0ce8e47
authored
[Docs] Updated
## Motivation for the change, related issues
Made `runPHPWithOptions` example more meaningful by making visible
changes.
Related issue: #1162
## Implementation details
Updated PHP code to modify the site name using input body.
## Testing Instructions (or ideally a Blueprint)
1. Open
https://wordpress.github.io/wordpress-playground/blueprints/steps/#RunPHPWithOptionsStep
2. Click the `Try it out!` button to create spin up WordPress with auto
generated example blueprint.
3. The playground should run w/o any errors and site name should be same
as input body (`Site Name Modified by runPHPWithOptions`)runPHPWithOptions example (#2986)1 parent 44a2064 commit 0ce8e47
File tree
1 file changed
+2
-4
lines changed- packages/playground/blueprints/src/lib/steps
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
0 commit comments