Skip to:
Content

BuddyPress.org

Changeset 1896 for trunk/bp-core.php


Ignore:
Timestamp:
09/17/2009 07:10:04 PM (16 years ago)
Author:
apeatling
Message:

Fixing missing cropper line image, crop button placement and crop image border.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1891 r1896  
    316316 * @package BuddyPress Core
    317317 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
    318  * @uses bp_core_add_nav_item() Adds a navigation item to the top level buddypress navigation
    319  * @uses bp_core_add_nav_default() Sets which sub navigation item is selected by default
    320  * @uses bp_core_add_subnav_item() Adds a sub navigation item to a nav item
     318 * @uses bp_core_new_nav_item() Adds a navigation item to the top level buddypress navigation
     319 * @uses bp_core_new_subnav_item() Adds a sub navigation item to a nav item
    321320 * @uses bp_is_home() Returns true if the current user being viewed is equal the logged in user
    322321 * @uses bp_core_fetch_avatar() Returns the either the thumb or full avatar URL for the user_id passed
Note: See TracChangeset for help on using the changeset viewer.