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-core/bp-core-catchuri.php

    r10791 r10825  
    726726 *      $bp->canonical_stack['base_url'] and ['component'] may be set.
    727727 * @see bp_core_new_nav_item() where $bp->canonical_stack['action'] may be set.
    728  * @uses bp_get_canonical_url()
    729  * @uses bp_get_requested_url()
    730728 */
    731729function bp_redirect_canonical() {
     
    796794 *
    797795 * @since 1.6.0
    798  *
    799  * @uses apply_filters() Filter bp_get_canonical_url to modify return value.
    800796 *
    801797 * @param array $args {
     
    934930 * @since 1.6.0
    935931 *
    936  * @uses bp_is_blog_page()
    937932 */
    938933function _bp_maybe_remove_redirect_canonical() {
Note: See TracChangeset for help on using the changeset viewer.