Version Description
= 1.2.5.1 = Fixes 'Mark user as spam' and 'Delete user' issues. Important upgrade.
Download this release
Release Info
| Developer | johnjamesjacoby |
| Plugin | |
| Version | 1.2.5.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.5.1 to 1.2.5.2
- bp-blogs.php +1 -1
- bp-loader.php +2 -2
- readme.txt +1 -1
bp-blogs.php
CHANGED
|
@@ -473,7 +473,7 @@ function bp_blogs_record_comment( $comment_id, $is_approved = true ) {
|
|
| 473 |
if ( get_blog_option( $blog_id, 'blog_public' ) ) {
|
| 474 |
|
| 475 |
// Get activity related links
|
| 476 |
-
$post_permalink = get_permalink(
|
| 477 |
$comment_link = htmlspecialchars( get_comment_link( $recorded_comment->comment_ID ) );
|
| 478 |
|
| 479 |
// Prepare to record in activity streams
|
| 473 |
if ( get_blog_option( $blog_id, 'blog_public' ) ) {
|
| 474 |
|
| 475 |
// Get activity related links
|
| 476 |
+
$post_permalink = get_permalink( $recorded_comment->comment_post_ID );
|
| 477 |
$comment_link = htmlspecialchars( get_comment_link( $recorded_comment->comment_ID ) );
|
| 478 |
|
| 479 |
// Prepare to record in activity streams
|
bp-loader.php
CHANGED
|
@@ -4,13 +4,13 @@ Plugin Name: BuddyPress
|
|
| 4 |
Plugin URI: http://buddypress.org/download/
|
| 5 |
Description: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
|
| 6 |
Author: The BuddyPress Community
|
| 7 |
-
Version: 1.2.5.
|
| 8 |
Author URI: http://buddypress.org/developers/
|
| 9 |
Site Wide Only: true
|
| 10 |
Network: true
|
| 11 |
*/
|
| 12 |
|
| 13 |
-
define( 'BP_VERSION', '1.2.5.
|
| 14 |
|
| 15 |
/***
|
| 16 |
* This file will load in each BuddyPress component based on which
|
| 4 |
Plugin URI: http://buddypress.org/download/
|
| 5 |
Description: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
|
| 6 |
Author: The BuddyPress Community
|
| 7 |
+
Version: 1.2.5.2
|
| 8 |
Author URI: http://buddypress.org/developers/
|
| 9 |
Site Wide Only: true
|
| 10 |
Network: true
|
| 11 |
*/
|
| 12 |
|
| 13 |
+
define( 'BP_VERSION', '1.2.5.2' );
|
| 14 |
|
| 15 |
/***
|
| 16 |
* This file will load in each BuddyPress component based on which
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: apeatling, johnjamesjacoby, mrmaz
|
|
| 3 |
Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, mingle, social, community, networks, networking, cms
|
| 4 |
Requires at least: 3.0
|
| 5 |
Tested up to: 3.0
|
| 6 |
-
Stable tag: 1.2.5.
|
| 7 |
|
| 8 |
== Description ==
|
| 9 |
|
| 3 |
Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, mingle, social, community, networks, networking, cms
|
| 4 |
Requires at least: 3.0
|
| 5 |
Tested up to: 3.0
|
| 6 |
+
Stable tag: 1.2.5.2
|
| 7 |
|
| 8 |
== Description ==
|
| 9 |
|
