Ticket #41697: 41697.patch
File 41697.patch, 658 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/ms-functions.php
2207 2207 * @global wpdb $wpdb WordPress database abstraction object. 2208 2208 * 2209 2209 * @param string $key 2210 * @param int $user_id Optional. Defaults to current user.2211 2210 * @param int $blog_id Optional. Defaults to current blog. 2212 2211 * @return bool 2213 2212 */ 2214 function is_user_option_local( $key, $ user_id = 0, $blog_id = 0 ) {2213 function is_user_option_local( $key, $blog_id = 0 ) { 2215 2214 global $wpdb; 2216 2215 2217 2216 $current_user = wp_get_current_user();