Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#35563 closed defect (bug) (fixed)

Comment in wp-tests-config-sample.php mentions backslash instead of forward slash.

Reported by: tahteche's profile tahteche Owned by: sergeybiryukov's profile SergeyBiryukov
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)

35563.diff (485 bytes) - added by tahteche 9 years ago.

Download all attachments as: .zip

Change History (5)

@tahteche
9 years ago

#1 @SergeyBiryukov
9 years ago

  • Component changed from General to Build/Test Tools

#2 @swissspidy
9 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.5

#3 @SergeyBiryukov
9 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 36372:

Unit Tests: Correct comment in wp-tests-config-sample.php.

Props tahteche.
Fixes #35563.

#4 @johnbillion
9 years ago

  • Version trunk deleted
Note: See TracTickets for help on using tickets.