Ticket #6016: #6016.patch
File #6016.patch, 565 bytes (added by , 3 years ago) |
---|
-
api.wordpress.org/public_html/dotorg/github/activity.php
59 59 * 60 60 * @param string $user The GitHub username. 61 61 * @return false|int The WordPress.org User ID on success, false on failure. 62 * @global wpdb $wpdb WordPress database abstraction object. 62 63 */ 63 64 function github_user_to_user_id( $user ) { 64 65 global $wpdb;