Make WordPress Core

Changeset 18375


Ignore:
Timestamp:
06/29/2011 04:50:07 PM (14 years ago)
Author:
nacin
Message:

Mark a few files as needing to be parsable by PHP4 in order to show the proper error messages. Non-exhaustive. see #17934.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r18374 r18375  
    55 * The permissions for the base directory must allow for writing files in order
    66 * for the wp-config.php to be created using this page.
     7 *
     8 * @internal This file must be parsable by PHP4.
    79 *
    810 * @package WordPress
  • trunk/wp-includes/load.php

    r18374 r18375  
    33 * These functions are needed to load WordPress.
    44 *
    5  * This file must be parsable by PHP4.
     5 * @internal This file must be parsable by PHP4.
    66 *
    77 * @package WordPress
  • trunk/wp-load.php

    r18374 r18375  
    1313 * directory to allow the WordPress directory to remain
    1414 * untouched.
     15 *
     16 * @internal This file must be parsable by PHP4.
    1517 *
    1618 * @package WordPress
  • trunk/wp-settings.php

    r18374 r18375  
    55 *
    66 * Allows for some configuration in wp-config.php (see default-constants.php)
     7 *
     8 * @internal This file must be parsable by PHP4.
    79 *
    810 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.