Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2016 04:59:31 PM (9 years ago)
Author:
r-a-y
Message:

Activity: Cast activity properties as integers where appropriate.

Props DJPaul, r-a-y.

See #6977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-screens.php

    r10828 r10853  
    282282            $url = sprintf(
    283283                site_url( 'wp-login.php?redirect_to=%s' ),
    284                 urlencode( esc_url_raw( bp_activity_get_permalink( (int) bp_current_action() ) ) )
     284                urlencode( esc_url_raw( bp_activity_get_permalink( bp_current_action() ) ) )
    285285            );
    286286        }
Note: See TracChangeset for help on using the changeset viewer.