Make WordPress Core


Ignore:
Timestamp:
07/13/2015 08:00:46 PM (8 years ago)
Author:
DrewAPicture
Message:

Fix summaries for for WP_User->__call() and wp_roles(), both added in 4.3.

See [32731], [32548]. See #32891.

File:
1 edited

Legend:

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

    r32811 r33214  
    632632
    633633    /**
    634      * Make private/protected methods readable for backwards compatibility.
     634     * Makes private/protected methods readable for backwards compatibility.
    635635     *
    636636     * @since 4.3.0
     
    15191519
    15201520/**
    1521  * Retrieve the global WP_Roles instance, instantiate if necessary.
     1521 * Retrieves the global WP_Roles instance and instantiates it if necessary.
    15221522 *
    15231523 * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.