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

    r4820 r4907  
    358358 *
    359359 * @package BuddyPress Core
    360  * @since 1.3
     360 * @since 1.5
    361361 */
    362362function bp_core_catch_no_access() {
     
    391391 *
    392392 * @package BuddyPress Core
    393  * @since 1.3
     393 * @since 1.5
    394394 */
    395395function bp_core_no_access( $args = '' ) {
     
    448448 * @package BuddyPress Core
    449449 * @global $error
    450  * @since 1.3
     450 * @since 1.5
    451451 */
    452452function bp_core_no_access_wp_login_error() {
Note: See TracChangeset for help on using the changeset viewer.