Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#1547 closed defect (bug) (worksforme)

Call-time pass-by-reference has been deprecated warning on blog mainpage

Reported by: evilbear's profile EvilBeAr Owned by:
Milestone: Priority: normal
Severity: trivial Version: 1.6
Component: General Keywords:
Focuses: Cc:

Description

In changeset 2747 I now have a warning at the top of my blog reading:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of do_action(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /www/e/evilbearnet/thebear/htdocs/wp-includes/comment-functions.php on line 450

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of do_action(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /www/e/evilbearnet/thebear/htdocs/wp-includes/comment-functions.php on line 450

Is there a function that has been removed that needs to be updated in the theme files?

Change History (3)

#2 @EvilBeAr
19 years ago

  • Severity changed from normal to trivial

I guess this was just a problem on my end. Thanks for the link. I went ahead and modified the variable to true in my php.ini.. all is well now. Someone can close this unless its an issue for them too...

#3 @markjaquith
19 years ago

  • Resolution set to worksforme
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.