Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.1.php

    r9819 r10108  
    1414 * Register (not enqueue) scripts that used to be used by BuddyPress.
    1515 *
    16  * @since BuddyPress (2.1.0)
     16 * @since 2.1.0
    1717 */
    1818function bp_core_register_deprecated_scripts() {
     
    5353 * Register (not enqueue) styles that used to be used by BuddyPress.
    5454 *
    55  * @since BuddyPress (2.1.0)
     55 * @since 2.1.0
    5656 */
    5757function bp_core_register_deprecated_styles() {
     
    8383 * Add a Sites menu to the BuddyBar.
    8484 *
    85  * @since BuddyPress (1.0.0)
    86  * @deprecated BuddyPress (2.1.0)
     85 * @since 1.0.0
     86 * @deprecated 2.1.0
    8787 *
    8888 * @return bool|null Returns false on failure. Otherwise echoes the menu item.
     
    150150 * to the WP Toolbar.
    151151 *
    152  * @since BuddyPress (1.6)
    153  * @deprecated BuddyPress (2.1.0)
     152 * @since 1.6.0
     153 * @deprecated 2.1.0
    154154 */
    155155function bp_admin_setting_callback_force_buddybar() {
     
    170170 * to flip the boolean before saving the intval.
    171171 *
    172  * @since BuddyPress (1.6)
    173  * @deprecated BuddyPress (2.1.0)
     172 * @since 1.6.0
     173 * @deprecated 2.1.0
    174174 * @access Private
    175175 */
     
    182182 *
    183183 * @return bool|null Returns false if the BuddyBar is disabled.
    184  * @deprecated BuddyPress (2.1.0)
     184 * @deprecated 2.1.0
    185185 */
    186186function bp_core_admin_bar() {
     
    216216 * Output the BuddyBar logo.
    217217 *
    218  * @deprecated BuddyPress (2.1.0)
     218 * @deprecated 2.1.0
    219219 */
    220220function bp_adminbar_logo() {
     
    227227 * Visible only to visitors who are not logged in.
    228228 *
    229  * @deprecated BuddyPress (2.1.0)
     229 * @deprecated 2.1.0
    230230 *
    231231 * @return bool|null Returns false if the current user is logged in.
     
    248248 * Output the My Account BuddyBar menu.
    249249 *
    250  * @deprecated BuddyPress (2.1.0)
     250 * @deprecated 2.1.0
    251251 *
    252252 * @return bool|null Returns false on failure.
     
    333333 * Not visible for logged-in users.
    334334 *
    335  * @deprecated BuddyPress (2.1.0)
     335 * @deprecated 2.1.0
    336336 */
    337337function bp_adminbar_random_menu() {
     
    366366 * Enqueue the BuddyBar CSS.
    367367 *
    368  * @deprecated BuddyPress (2.1.0)
     368 * @deprecated 2.1.0
    369369 */
    370370function bp_core_load_buddybar_css() {
     
    394394 * Add menu items to the BuddyBar.
    395395 *
    396  * @since BuddyPress (1.0.0)
    397  *
    398  * @deprecated BuddyPress (2.1.0)
     396 * @since 1.0.0
     397 *
     398 * @deprecated 2.1.0
    399399 */
    400400function bp_groups_adminbar_admin_menu() {
     
    452452 * Add the Notifications menu to the BuddyBar.
    453453 *
    454  * @deprecated BuddyPress (2.1.0)
     454 * @deprecated 2.1.0
    455455 */
    456456function bp_adminbar_notifications_menu() {
     
    468468 * Add the Blog Authors menu to the BuddyBar (visible when not logged in).
    469469 *
    470  * @deprecated BuddyPress (2.1.0)
     470 * @deprecated 2.1.0
    471471 */
    472472function bp_adminbar_authors_menu() {
     
    524524 * that allow capable users to clean up a users account.
    525525 *
    526  * @deprecated BuddyPress (2.1.0)
     526 * @deprecated 2.1.0
    527527 */
    528528function bp_members_adminbar_admin_menu() {
     
    567567 * Create the Notifications menu for the BuddyBar.
    568568 *
    569  * @since BuddyPress (1.9.0)
    570  * @deprecated BuddyPress (2.1.0)
     569 * @since 1.9.0
     570 * @deprecated 2.1.0
    571571 */
    572572function bp_notifications_buddybar_menu() {
     
    614614 * Output the base URL for subdomain installations of WordPress Multisite.
    615615 *
    616  * @since BuddyPress (1.6.0)
    617  *
    618  * @deprecated BuddyPress (2.1.0)
     616 * @since 1.6.0
     617 *
     618 * @deprecated 2.1.0
    619619 */
    620620function bp_blogs_subdomain_base() {
     
    626626 * Return the base URL for subdomain installations of WordPress Multisite.
    627627 *
    628  * @since BuddyPress (1.6.0)
     628 * @since 1.6.0
    629629 *
    630630 * @return string The base URL - eg, 'example.com' for site_url() example.com or www.example.com.
    631631 *
    632  * @deprecated BuddyPress (2.1.0)
     632 * @deprecated 2.1.0
    633633 */
    634634function bp_blogs_get_subdomain_base() {
     
    640640 * Allegedly output an avatar upload form, but it hasn't done that since 2009.
    641641 *
    642  * @since BuddyPress (1.0.0)
    643  * @deprecated BuddyPress (2.1.0)
     642 * @since 1.0.0
     643 * @deprecated 2.1.0
    644644 */
    645645function bp_avatar_upload_form() {
Note: See TracChangeset for help on using the changeset viewer.