Make WordPress Core


Ignore:
Timestamp:
01/21/2016 08:24:12 PM (9 years ago)
Author:
SergeyBiryukov
Message:

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

Props tahteche.
Fixes #35563.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-tests-config-sample.php

    r25571 r36372  
    11<?php
    22
    3 /* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */
     3/* Path to the WordPress codebase you'd like to test. Add a forward slash in the end. */
    44define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
    55
Note: See TracChangeset for help on using the changeset viewer.