Make WordPress Core

Changeset 29015


Ignore:
Timestamp:
07/07/2014 04:41:43 PM (10 years ago)
Author:
DrewAPicture
Message:

Inline docs syntax fixes following [28978].

See #28740.

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/load-scripts.php

    r28978 r29015  
    44 * Disable error reporting
    55 *
    6  * Set this to error_reporting( -1 ) for debugging
     6 * Set this to error_reporting( -1 ) for debugging.
    77 */
    88error_reporting(0);
  • trunk/src/wp-admin/setup-config.php

    r29006 r29015  
    214214    require_wp_db();
    215215
    216     // The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must
    217     // fire this manually. We'll fail here if the values are no good.
     216    /*
     217     * The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must
     218     * fire this manually. We'll fail here if the values are no good.
     219     */
    218220    $wpdb->db_connect();
    219221
  • trunk/src/wp-includes/js/tinymce/wp-tinymce.php

    r28978 r29015  
    33 * Disable error reporting
    44 *
    5  * Set this to error_reporting( -1 ) for debugging
     5 * Set this to error_reporting( -1 ) for debugging.
    66 */
    77error_reporting(0);
  • trunk/src/wp-load.php

    r28978 r29015  
    4848    $path = wp_guess_url() . '/wp-admin/setup-config.php';
    4949
    50     /* We're going to redirect to setup-config.php. While this shouldn't result
     50    /*
     51     * We're going to redirect to setup-config.php. While this shouldn't result
    5152     * in an infinite loop, that's a silly thing to assume, don't you think? If
    5253     * we're traveling in circles, our last-ditch effort is "Need more help?"
Note: See TracChangeset for help on using the changeset viewer.