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-template.php

    r5926 r5927  
    286286 * @global object $bp BuddyPress global settings
    287287 * @return string
    288  * @since 1.5
     288 * @since BuddyPress (1.5)
    289289 */
    290290function bp_search_default_text( $component = '' ) {
     
    595595 *
    596596 * @package BuddyPress
    597  * @since 1.5
     597 * @since BuddyPress (1.5)
    598598 *
    599599 * @param int $position The key of the action_variables array that you want
     
    627627 *
    628628 * @package BuddyPress Core
    629  * @since 1.5
     629 * @since BuddyPress (1.5)
    630630 */
    631631function bp_root_slug( $component = '' ) {
     
    648648     *
    649649     * @package BuddyPress Core
    650      * @since 1.5
     650     * @since BuddyPress (1.5)
    651651     *
    652652     * @global BuddyPress $bp The one true BuddyPress instance
     
    721721 *
    722722 * @package BuddyPress
    723  * @since 1.5
     723 * @since BuddyPress (1.5)
    724724 *
    725725 * @uses bp_get_search_slug()
     
    732732     *
    733733     * @package BuddyPress
    734      * @since 1.5
     734     * @since BuddyPress (1.5)
    735735     */
    736736    function bp_get_search_slug() {
     
    750750 *
    751751 * @package BuddyPress Core
    752  * @since 1.5
     752 * @since BuddyPress (1.5)
    753753 * @return bool Returns true if the component matches, or else false.
    754754 */
     
    831831 *
    832832 * @package BuddyPress
    833  * @since 1.5
     833 * @since BuddyPress (1.5)
    834834 *
    835835 * @param str $action The action being tested against
     
    855855 *
    856856 * @package BuddyPress
    857  * @since 1.5
     857 * @since BuddyPress (1.5)
    858858 *
    859859 * @param str $action_variable The action_variable being tested against
     
    958958 * @param string $component Optional; Name of the component to check for.
    959959 * @return bool True If the specified component is set to be the site's front page.
    960  * @since 1.5
     960 * @since BuddyPress (1.5)
    961961 */
    962962function bp_is_component_front_page( $component = '' ) {
     
    11851185 *
    11861186 * @package BuddyPress
    1187  * @since 1.5
     1187 * @since BuddyPress (1.5)
    11881188 *
    11891189 * @return bool
     
    12001200 *
    12011201 * @package BuddyPress
    1202  * @since 1.5
     1202 * @since BuddyPress (1.5)
    12031203 *
    12041204 * @return bool
     
    12711271 *
    12721272 * @package BuddyPress
    1273  * @since 1.5
     1273 * @since BuddyPress (1.5)
    12741274 *
    12751275 * @return bool
     
    12861286 *
    12871287 * @package BuddyPress
    1288  * @since 1.5
     1288 * @since BuddyPress (1.5)
    12891289 *
    12901290 * @return bool
     
    13011301 *
    13021302 * @package BuddyPress
    1303  * @since 1.5
     1303 * @since BuddyPress (1.5)
    13041304 *
    13051305 * @return bool
Note: See TracChangeset for help on using the changeset viewer.