@wp-playground/blueprints 3.0.19 → 3.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -863,7 +863,7 @@ const qt = async (r, { wpCliPath: t }) => {
863
863
  home: u
864
864
  }
865
865
  }), await Ar(r, {
866
- command: "wp core multisite-convert"
866
+ command: `wp core multisite-convert --base="${d}"`
867
867
  });
868
868
  }, At = async (r, { fromPath: t, toPath: n }) => {
869
869
  (!t.startsWith("/") || !n.startsWith("/")) && ae.error(
@@ -4742,7 +4742,7 @@ const rs = {
4742
4742
  properties: {
4743
4743
  relativeUri: {
4744
4744
  type: "string",
4745
- description: "Request path following the domain:port part."
4745
+ description: "Request path following the domain:port part – after any URL rewriting rules (e.g. apache .htaccess) have been applied."
4746
4746
  },
4747
4747
  scriptPath: {
4748
4748
  type: "string",