Phuc Nguyen
Phuc Nguyen
Summary ------- This PR ensures that `WP_CLI::launch()` forwards environment variables to the spawned process so that child processes can still access configuration defined via `getenv()` / `$_ENV` (for example `DB_NAME`,...
This PR improves the SQL dump binary resolution logic used by `wp db export`. ## What this change does - Adds safe, explicit support for overriding the dump client via...
This PR updates the project description in the README to better reflect HelpHub's current role as the central portal for WordPress user documentation. It also corrects a small typo in...
This PR corrects a small typo in the README file. The setup instructions currently reference the theme slug `wprog-support`, which does not exist. The correct theme slug used on WordPress.org...
This PR removes the outdated and broken Travis CI badge from the README file. The Travis CI service is no longer active for this project, and the linked badge currently...
This PR rewrites and restructures the BuddyPress FAQ to improve clarity, consistency, and readability. ✔ Reorganized questions into logical sections ✔ Improved wording, grammar, and formatting for better developer and...
This PR updates the Support Forums Etiquette documentation to improve clarity and readability while preserving the tone, humor, and original intent. ✔ Fixed minor grammar and punctuation issues ✔ Corrected...
Trac ticket: https://core.trac.wordpress.org/ticket/64457 Adds early hostname validation using the Filter extension when available, while falling back to the existing behavior when it’s not. Includes a test case for underscore hostnames.
This PR addresses ticket #64382 in WordPress Trac. The issue: When using the search input in the Posts list screen (`/wp-admin/edit.php`), the search clear (×) button does not display a...