Changeset 36416 for trunk/src/wp-includes/capabilities.php
- Timestamp:
- 01/28/2016 03:34:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r36316 r36416 436 436 437 437 /** 438 * Whether current user has a capability or role for a given blog.438 * Whether current user has a capability or role for a given site. 439 439 * 440 440 * @since 3.0.0 441 441 * 442 * @param int $blog_id Blog ID442 * @param int $blog_id Site ID. 443 443 * @param string $capability Capability or role name. 444 444 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.