Changeset 7447
- Timestamp:
- 10/19/2013 07:56:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r7409 r7447 289 289 290 290 // Record this in activity streams 291 $post_permalink = get_permalink( $post_id ); 291 $post_permalink = add_query_arg( 292 'p', 293 $post_id, 294 trailingslashit( get_home_url( $blog_id ) ) 295 ); 292 296 293 297 if ( is_multisite() )
Note: See TracChangeset
for help on using the changeset viewer.