Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/30/2011 02:00:16 PM (15 years ago)
Author:
djpaul
Message:

Replace all mentions of 1.3 with 1.5 in phpDoc and deprecated function notices. Fixes #3416

File:
1 edited

Legend:

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

    r4882 r4907  
    271271 * @global object $bp BuddyPress global settings
    272272 * @return string
    273  * @since 1.3
     273 * @since 1.5
    274274 */
    275275function bp_search_default_text( $component = '' ) {
     
    488488 *
    489489 * @package BuddyPress
    490  * @since 1.3
     490 * @since 1.5
    491491 *
    492492 * @param int $position The key of the action_variables array that you want
     
    521521 *
    522522 * @package BuddyPress Core
    523  * @since 1.3
     523 * @since 1.5
    524524 */
    525525function bp_root_slug( $component = '' ) {
     
    542542     *
    543543     * @package BuddyPress Core
    544      * @since 1.3
     544     * @since 1.5
    545545     *
    546546     * @global object $bp Global BuddyPress settings object
     
    612612 *
    613613 * @package BuddyPress
    614  * @since 1.3
     614 * @since 1.5
    615615 *
    616616 * @uses bp_get_search_slug()
     
    623623     *
    624624     * @package BuddyPress
    625      * @since 1.3
     625     * @since 1.5
    626626     */
    627627    function bp_get_search_slug() {
     
    643643 *
    644644 * @package BuddyPress Core
    645  * @since 1.3
     645 * @since 1.5
    646646 * @return bool Returns true if the component matches, or else false.
    647647 */
     
    720720 *
    721721 * @package BuddyPress
    722  * @since 1.3
     722 * @since 1.5
    723723 *
    724724 * @param str $action The action being tested against
     
    746746 *
    747747 * @package BuddyPress
    748  * @since 1.3
     748 * @since 1.5
    749749 *
    750750 * @param str $action_variable The action_variable being tested against
     
    849849 * @param string $component Optional; Name of the component to check for.
    850850 * @return bool True If the specified component is set to be the site's front page.
    851  * @since 1.3
     851 * @since 1.5
    852852 */
    853853function bp_is_component_front_page( $component = '' ) {
Note: See TracChangeset for help on using the changeset viewer.