Skip to:
Content

BuddyPress.org

Changeset 3150


Ignore:
Timestamp:
08/01/2010 09:58:57 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect phpdoc on bp_core_get_site_path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core.php

    r3145 r3150  
    15511551 *
    15521552 * @package BuddyPress Core
    1553  * @global $comment WordPress comment global for the current comment.
    1554  * @uses bp_core_get_userlink_by_email() Fetches a userlink via email address.
     1553 *
     1554 * @global $bp $bp
     1555 * @global object $current_site
     1556 * @return string
    15551557 */
    15561558function bp_core_get_site_path() {
Note: See TracChangeset for help on using the changeset viewer.