Changeset 6026 for trunk/wp-includes/pluggable.php
- Timestamp:
- 09/03/2007 11:32:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pluggable.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r5993 r6026 175 175 $headers = array(); 176 176 } elseif ( !is_array( $headers ) ) { 177 // Explode the headers out, so this function can take both 177 // Explode the headers out, so this function can take both 178 178 // string headers and an array of headers. 179 179 $tempheaders = (array) explode( "\n", $headers ); … … 397 397 398 398 if ( !$location ) // allows the wp_redirect filter to cancel a redirect 399 return false; 399 return false; 400 400 401 401 $location = preg_replace('|[^a-z0-9-~+_.?#=&;,/:%]|i', '', $location); … … 559 559 560 560 if( get_option( "moderation_notify" ) == 0 ) 561 return true; 561 return true; 562 562 563 563 $comment = $wpdb->get_row("SELECT * FROM $wpdb->comments WHERE comment_ID='$comment_id' LIMIT 1");
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)