Ticket #60021: 60021.14.patch
| File 60021.14.patch, 849 bytes (added by , 2 years ago) |
|---|
-
wp-includes/bookmark.php
12 12 * @since 2.1.0 13 13 * 14 14 * @global wpdb $wpdb WordPress database abstraction object. 15 * @global string $link. 15 16 * 16 17 * @param int|stdClass $bookmark 17 18 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which -
xmlrpc.php
93 93 * 94 94 * @deprecated 3.4.0 Use error_log() 95 95 * @see error_log() 96 * 97 * @global string $xmlrpc_logging. 96 98 * 97 99 * @param string $io Whether input or output 98 100 * @param string $msg Information describing logging reason.