Make WordPress Core


Ignore:
Timestamp:
08/08/2008 05:05:10 PM (17 years ago)
Author:
westi
Message:

Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r8572 r8589  
    14121412
    14131413function wp_get_referer() {
     1414    $ref = '';
    14141415    if ( ! empty( $_REQUEST['_wp_http_referer'] ) )
    14151416        $ref = $_REQUEST['_wp_http_referer'];
Note: See TracChangeset for help on using the changeset viewer.