#35563 closed defect (bug) (fixed)
Comment in wp-tests-config-sample.php mentions backslash instead of forward slash.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
wp-tests-config-sample.php line 3 mentions adding a backslash when referring to a forward slash. Its as below:
<?php /* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */ define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 36372: