Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 01:06:05 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Add 'BuddyPress' to all 1.5 phpdoc since's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r5926 r5927  
    120120 *
    121121 * @package BuddyPress Core
    122  * @since 1.5
     122 * @since BuddyPress (1.5)
    123123 */
    124124function bp_core_get_directory_page_ids() {
     
    144144 *
    145145 * @package BuddyPress Core
    146  * @since 1.5
     146 * @since BuddyPress (1.5)
    147147 *
    148148 * @param array $blog_page_ids The IDs of the WP pages corresponding to BP component directories
     
    156156 *
    157157 * @package BuddyPress Core
    158  * @since 1.5
     158 * @since BuddyPress (1.5)
    159159 *
    160160 * @return obj $pages Page names, IDs, and slugs
     
    220220 *
    221221 * @package BuddyPress Core
    222  * @since 1.5
     222 * @since BuddyPress (1.5)
    223223 *
    224224 * @param str $root_slug The root slug, which comes from $bp->pages->[component]->slug
     
    712712 * @global object $bp BuddyPress global settings
    713713 * @package BuddyPress Core
    714  * @since 1.5
     714 * @since BuddyPress (1.5)
    715715 */
    716716function bp_embed_init() {
     
    772772 *
    773773 * @package BuddyPress
    774  * @since 1.5
     774 * @since BuddyPress (1.5)
    775775 *
    776776 * @param int $blog_id Optional. Defaults to the current blog id.
     
    821821 *
    822822 * @package BuddyPress
    823  * @since 1.5
     823 * @since BuddyPress (1.5)
    824824 *
    825825 * @uses apply_filters() Filter bp_get_user_meta_key to modify keys individually
     
    838838 *
    839839 * @package BuddyPress
    840  * @since 1.5
     840 * @since BuddyPress (1.5)
    841841 *
    842842 * @uses bp_get_user_meta_key() For a filterable version of the meta key
     
    859859 *
    860860 * @package BuddyPress
    861  * @since 1.5
     861 * @since BuddyPress (1.5)
    862862 *
    863863 * @uses bp_get_user_meta_key() For a filterable version of the meta key
     
    880880 *
    881881 * @package BuddyPress
    882  * @since 1.5
     882 * @since BuddyPress (1.5)
    883883 *
    884884 * @uses bp_get_user_meta_key() For a filterable version of the meta key
     
    897897 *
    898898 * @package BuddyPress
    899  * @since 1.5
     899 * @since BuddyPress (1.5)
    900900 *
    901901 * @uses apply_filters() Filter 'bp_is_username_compatibility_mode' to alter
     
    921921 *
    922922 * @package BuddyPress
    923  * @since 1.5
     923 * @since BuddyPress (1.5)
    924924 *
    925925 * @uses apply_filters() Filter 'bp_is_multiblog_mode' to alter
     
    937937 *
    938938 * @return bool False when WP Toolbar support is disabled; true when enabled (default)
    939  * @since 1.5
     939 * @since BuddyPress (1.5)
    940940 * @uses apply_filters() Filter 'bp_use_wp_admin_bar' to alter
    941941 */
     
    960960 *
    961961 * @return bool False when activity embed support is disabled; true when enabled (default)
    962  * @since 1.5
     962 * @since BuddyPress (1.5)
    963963 */
    964964function bp_use_embed_in_activity() {
     
    970970 *
    971971 * @return bool False when activity replies embed support is disabled; true when enabled (default)
    972  * @since 1.5
     972 * @since BuddyPress (1.5)
    973973 */
    974974function bp_use_embed_in_activity_replies() {
     
    980980 *
    981981 * @return bool False when form post embed support is disabled; true when enabled (default)
    982  * @since 1.5
     982 * @since BuddyPress (1.5)
    983983 */
    984984function bp_use_embed_in_forum_posts() {
     
    990990 *
    991991 * @return bool False when form post embed support is disabled; true when enabled (default)
    992  * @since 1.5
     992 * @since BuddyPress (1.5)
    993993 */
    994994function bp_use_embed_in_private_messages() {
     
    10021002 *
    10031003 * @package BuddyPress
    1004  * @since 1.5
     1004 * @since BuddyPress (1.5)
    10051005 *
    10061006 * @param string $path
     
    10161016     *
    10171017     * @package BuddyPress
    1018      * @since 1.5
     1018     * @since BuddyPress (1.5)
    10191019     *
    10201020     * @param string $path
     
    11091109 * @global WP_Query $wp_query WordPress query object
    11101110 * @param string $redirect If 'remove_canonical_direct', remove WordPress' "helpful" redirect_canonical action.
    1111  * @since 1.5
     1111 * @since BuddyPress (1.5)
    11121112 */
    11131113function bp_do_404( $redirect = 'remove_canonical_direct' ) {
Note: See TracChangeset for help on using the changeset viewer.