Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (7 years ago)
Author:
djpaul
Message:

Remove redundant @uses PHPDoc tag from inline documentation.

Per WordPress' inline documentation standards, the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-admin.php

    r10739 r10825  
    6666     * @since 2.0.0
    6767     *
    68      * @uses buddypress() to get BuddyPress main instance.
    6968     */
    7069    public static function register_members_admin() {
     
    369368     * @since 2.1.0
    370369     *
    371      * @uses add_submenu_page() To add the Edit Profile page in Profile section.
    372370     */
    373371    public function user_profile_menu() {
     
    407405     * @since 2.0.0
    408406     *
    409      * @uses add_submenu_page() To add the Edit Profile page in Users/Profile section.
    410407     */
    411408    public function admin_menus() {
     
    12291226     * @since 2.1.0
    12301227     *
    1231      * @uses  user_admin_url()
    12321228     *
    12331229     * @param string $profile_link Profile Link for admin bar.
Note: See TracChangeset for help on using the changeset viewer.