Make WordPress Core

Changeset 20437 for trunk/wp-load.php


Ignore:
Timestamp:
04/11/2012 08:09:17 PM (13 years ago)
Author:
ryan
Message:

phpdoc tweaks. Props linuxologos. fixes #19580

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-load.php

    r19760 r20437  
    1919 */
    2020
    21 /** Define ABSPATH as this files directory */
     21/** Define ABSPATH as this file's directory */
    2222define( 'ABSPATH', dirname(__FILE__) . '/' );
    2323
     
    3131} elseif ( file_exists( dirname(ABSPATH) . '/wp-config.php' ) && ! file_exists( dirname(ABSPATH) . '/wp-settings.php' ) ) {
    3232
    33     /** The config file resides one level above ABSPATH but is not part of another install*/
     33    /** The config file resides one level above ABSPATH but is not part of another install */
    3434    require_once( dirname(ABSPATH) . '/wp-config.php' );
    3535
Note: See TracChangeset for help on using the changeset viewer.