Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#4070 closed defect (bug) (fixed)

bp_blogs_validate_blog_signup throws PHP warning

Reported by: needle's profile needle Owned by:
Milestone: 1.5.5 Priority: normal
Severity: trivial Version: 1.5.4
Component: Blogs Keywords:
Cc:

Description

Line 557 of 'wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php':

$current_user->id is deprecated - use $current_user->ID instead.

Thanks.

Change History (3)

#1 @boonebgorges
13 years ago

  • Component changed from Core to Blogs
  • Milestone changed from Awaiting Review to 1.5.5
  • Severity changed from normal to trivial

#2 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5904]) Use current_user->ID instead of deprecated current_user->id in bp_blogs_validate_blog_signup(), to avoid PHP notices.
Fixes #4070. Props needle

#3 @boonebgorges
13 years ago

(In [5905]) Use current_user->ID instead of deprecated current_user->id in bp_blogs_validate_blog_signup(), to avoid PHP notices.
Fixes #4070. Props needle

Note: See TracTickets for help on using tickets.