Make WordPress Core

Changeset 32548


Ignore:
Timestamp:
05/22/2015 05:37:23 PM (9 years ago)
Author:
DrewAPicture
Message:

Add a missing @since version to a function introduced in [32541].

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/capabilities.php

    r32541 r32548  
    14751475
    14761476/**
    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.
    14811484 */
    14821485function wp_roles() {
Note: See TracChangeset for help on using the changeset viewer.