mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-17 07:10:27 +00:00
Docs: Improve inline comments per the documentation standards.
Includes minor code layout fixes for better readability. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -161,7 +161,7 @@ function _wp_die_handler( $message, $title = '', $args = array() ) {
|
||||
if ( ! $GLOBALS['_wp_die_disabled'] ) {
|
||||
_wp_die_handler_txt( $message, $title, $args );
|
||||
} else {
|
||||
//Ignore at our peril
|
||||
// Ignore at our peril.
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,7 +285,7 @@ function _wp_rest_server_class_filter() {
|
||||
}
|
||||
|
||||
// Skip `setcookie` calls in auth_cookie functions due to warning:
|
||||
// Cannot modify header information - headers already sent by ...
|
||||
// Cannot modify header information - headers already sent by...
|
||||
tests_add_filter( 'send_auth_cookies', '__return_false' );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user