Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (8 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-core/admin/bp-core-admin-settings.php

    r10565 r10825  
    2323 * @since 1.6.0
    2424 *
    25  * @uses bp_form_option() To output the option value.
    2625 */
    2726function bp_admin_setting_callback_admin_bar() {
     
    3938 * @since 1.6.0
    4039 *
    41  * @uses checked() To display the checked attribute.
    4240 */
    4341function bp_admin_setting_callback_account_deletion() {
     
    6462 * @since 1.6.0
    6563 *
    66  * @uses checked() To display the checked attribute.
    6764 */
    6865function bp_admin_setting_callback_activity_akismet() {
     
    133130 * @since 1.6.0
    134131 *
    135  * @uses bp_form_option() To output the option value.
    136132 */
    137133function bp_admin_setting_callback_profile_sync() {
     
    149145 * @since 1.6.0
    150146 *
    151  * @uses checked() To display the checked attribute.
    152147 */
    153148function bp_admin_setting_callback_avatar_uploads() {
     
    186181 * @since 1.6.0
    187182 *
    188  * @uses checked() To display the checked attribute.
    189183 */
    190184function bp_admin_setting_callback_group_creation() {
     
    236230 * @since 1.6.0
    237231 *
    238  * @uses checked() To display the checked attribute.
    239  * @uses bp_get_option() To get the config location.
    240  * @uses bp_form_option() To get the sanitized form option.
    241232 */
    242233function bp_admin_setting_callback_bbpress_configuration() {
     
    266257 * @since 1.6.0
    267258 *
    268  * @uses settings_fields() To output the hidden fields for the form.
    269  * @uses do_settings_sections() To output the settings sections.
    270259 */
    271260function bp_core_admin_settings() {
     
    351340 * @since 1.6.0
    352341 *
    353  * @uses bp_get_bp_form_option()
    354  *
    355342 * @param string $option  Form option to echo.
    356343 * @param string $default Form option default.
     
    365352     * @since 1.6.0
    366353     *
    367      * @uses bp_get_option()
    368      * @uses esc_attr()
    369      * @uses apply_filters()
    370354     *
    371355     * @param string $option  Form option to return.
Note: See TracChangeset for help on using the changeset viewer.