Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (9 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-xprofile/bp-xprofile-screens.php

    r10740 r10825  
    2020 * @since 1.0.0
    2121 *
    22  * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).
    2322 */
    2423function xprofile_screen_display_profile() {
     
    5049 * @since 1.0.0
    5150 *
    52  * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.
    53  * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).
    5451 */
    5552function xprofile_screen_edit_profile() {
     
    210207 * @since 1.0.0
    211208 *
    212  * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.
    213  * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).
    214209 */
    215210function xprofile_screen_change_avatar() {
Note: See TracChangeset for help on using the changeset viewer.