Changeset 41200 for trunk/src/wp-includes/user.php
- Timestamp:
- 08/01/2017 08:43:25 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r41186 r41200 424 424 * Get the current user's ID 425 425 * 426 * @since MU 426 * @since MU (3.0.0) 427 427 * 428 428 * @return int The current user's ID, or 0 if no user is logged in. … … 680 680 * Filters the list of sites a user belongs to. 681 681 * 682 * @since MU 682 * @since MU (3.0.0) 683 683 * 684 684 * @param array $sites An array of site objects belonging to the user. … … 693 693 * Find out whether a user is a member of a given blog. 694 694 * 695 * @since MU 1.1695 * @since MU (3.0.0) 1.1 696 696 * 697 697 * @global wpdb $wpdb WordPress database abstraction object. … … 2670 2670 * ###SITEURL### The URL to the site. 2671 2671 * 2672 * @since MU 2672 * @since MU (3.0.0) 2673 2673 * @since 4.9.0 This filter is no longer Multisite specific. 2674 2674 *
Note: See TracChangeset
for help on using the changeset viewer.