Skip to content

Fix: .wp-env bin/setup.sh blog description#8

Merged
badasswp merged 2 commits intorelease-1.0.9from
fix/setup-blog-description-is-inaccurate
Jul 20, 2025
Merged

Fix: .wp-env bin/setup.sh blog description#8
badasswp merged 2 commits intorelease-1.0.9from
fix/setup-blog-description-is-inaccurate

Conversation

@badasswp
Copy link
Owner

This PR resolves #3.

Description / Background Context

The blog description displayed in the .wp-env setup.sh file when the user runs the sculpt plugin command is always showing the default fallback description, even if a user supplies a custom description during setup.

wp-env run cli wp option update blogdescription "A WordPress site for plugin devlopment by Sculpt."

Reproducible Steps

  • Run sculpt plugin command.
  • Make sure to provide a custom description for the plugin.
  • Observe that when plugin is generated, the setup.sh file contains the fallback description and not the custom one the user just added.

Expected Behaviour

If a user supplies a custom description, then that is supposed to be used instead of the fallback description. This needs to be fixed.

Testing Instructions

  • Repeat steps as above.
  • Observe that the fallback description now contains the custom text the user provided during setup.

@badasswp badasswp changed the base branch from master to release-1.0.9 July 20, 2025 08:48
@badasswp badasswp self-assigned this Jul 20, 2025
@badasswp badasswp added the bug Something isn't working label Jul 20, 2025
@badasswp badasswp merged commit 8926cb5 into release-1.0.9 Jul 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup.sh blog description is inaccurate

1 participant