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-members/bp-members-template.php

    r10796 r10825  
    2222 * @since 2.4.0
    2323 *
    24  * @uses bp_get_profile_slug()
    2524 */
    2625function bp_profile_slug() {
     
    5150 * @since 1.5.0
    5251 *
    53  * @uses bp_get_members_slug()
    5452 */
    5553function bp_members_slug() {
     
    8078 * @since 1.5.0
    8179 *
    82  * @uses bp_get_members_root_slug()
    8380 */
    8481function bp_members_root_slug() {
     
    139136 * @since 1.5.0
    140137 *
    141  * @uses bp_get_members_directory_permalink()
    142138 */
    143139function bp_members_directory_permalink() {
     
    167163 *
    168164 * @since 2.5.0
    169  *
    170  * @uses bp_get_member_type_directory_permalink()
    171165 *
    172166 * @param string $member_type Optional. Member type.
     
    216210 * @since 1.5.0
    217211 *
    218  * @uses bp_get_signup_slug()
    219212 */
    220213function bp_signup_slug() {
     
    254247 * @since 1.5.0
    255248 *
    256  * @uses bp_get_activate_slug()
    257249 */
    258250function bp_activate_slug() {
     
    559551 * @since 1.2.0
    560552 *
    561  * @uses bp_get_member_user_id()
    562553 */
    563554function bp_member_user_id() {
     
    19951986 * @since 1.5.0
    19961987 *
    1997  * @uses bp_get_signup_slug() To make sure there is a slug assigned to the page.
    1998  * @uses bp_locate_template() To make sure a template exists to provide output.
    1999  *
    20001988 * @return bool True if page and template exist, false if not.
    20011989 */
     
    20452033 *
    20462034 * @since 1.5.0
    2047  *
    2048  * @uses bp_get_activate_slug() To make sure there is a slug assigned to the page.
    2049  * @uses bp_locate_template() To make sure a template exists to provide output.
    20502035 *
    20512036 * @return boolean True if page and template exist, false if not.
Note: See TracChangeset for help on using the changeset viewer.