Changeset 32548
- Timestamp:
- 05/22/2015 05:37:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r32541 r32548 1475 1475 1476 1476 /** 1477 * Retrieve the global WP_Roles instance, instantiate if necessary 1478 * 1479 * @global WP_Roles $wp_roles 1480 * @return WP_Roles global instance 1477 * Retrieve the global WP_Roles instance, instantiate if necessary. 1478 * 1479 * @since 4.3.0 1480 * 1481 * @global WP_Roles $wp_roles WP_Roles global instance. 1482 * 1483 * @return WP_Roles WP_Roles global instance if not already instantiated. 1481 1484 */ 1482 1485 function wp_roles() {
Note: See TracChangeset
for help on using the changeset viewer.