Make WordPress Core


Ignore:
Timestamp:
05/26/2025 11:21:48 AM (4 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Replace uses of test.com in tests and the local development environment with the more appropriate example.com which is intended for testing and examples.

See #63167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/local-env/scripts/install.js

    r59769 r60250  
    4343        wp_cli( 'db reset --yes' );
    4444        const installCommand = process.env.LOCAL_MULTISITE === 'true'  ? 'multisite-install' : 'install';
    45         wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password --admin_email=test@test.com --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` );
     45        wp_cli( `core ${ installCommand } --title="WordPress Develop" --admin_user=admin --admin_password=password --admin_email=test@example.com --skip-email --url=http://localhost:${process.env.LOCAL_PORT}` );
    4646    } );
    4747
Note: See TracChangeset for help on using the changeset viewer.