Priority fixes for various existing hook documentation.

Props kpdesign.
See #26869


git-svn-id: https://develop.svn.wordpress.org/trunk@28083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-04-12 00:00:32 +00:00
parent 8f0329b452
commit b5612f8b80
10 changed files with 48 additions and 28 deletions
@@ -5775,6 +5775,8 @@ class wp_xmlrpc_server extends IXR_Server {
sleep(1);
$remote_ip = preg_replace( '/[^0-9a-fA-F:., ]/', '', $_SERVER['REMOTE_ADDR'] );
/** This filter is documented in wp-includes/class-http.php */
$user_agent = apply_filters( 'http_headers_useragent', 'WordPress/' . $GLOBALS['wp_version'] . '; ' . get_bloginfo( 'url' ) );
// Let's check the remote site