Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4070 closed defect (bug) (fixed)

bp_blogs_validate_blog_signup throws PHP warning

Reported by: needle Owned by:
Priority: normal Milestone: 1.5.5
Component: Blogs Version: 1.5.4
Severity: trivial 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
15 years ago

  • Component CoreBlogs
  • Milestone Awaiting Review1.5.5
  • Severity normaltrivial

#2 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(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
15 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.