Skip to:
Content

bbPress.org

Changeset 6319


Ignore:
Timestamp:
02/26/2017 04:52:15 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Correct typos in User Template phpdoc blocks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/template.php

    r6309 r6319  
    625625
    626626/**
    627  * Output the author disylay-name of a topic or reply.
     627 * Output the author display-name of a topic or reply.
    628628 *
    629629 * Convenience function to ensure proper template functions are called
     
    641641
    642642    /**
    643      * Return the author name of a topic or reply.
     643     * Return the author display-name of a topic or reply.
    644644     *
    645645     * Convenience function to ensure proper template functions are called
     
    14541454
    14551455/**
    1456  * Return user contact methods Selectbox
     1456 * Return user contact methods select box
    14571457 *
    14581458 * @since 2.0.0 bbPress (r2688)
    14591459 *
    1460  * @uses _wp_get_user_contactmethods() To get the contact methods
     1460 * @uses wp_get_user_contact_methods() To get the contact methods
    14611461 * @uses apply_filters() Calls 'bbp_edit_user_contact_methods' with the methods
    14621462 * @return string User contact methods
Note: See TracChangeset for help on using the changeset viewer.