Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20163, comment 11


Ignore:
Timestamp:
03/05/2012 10:58:28 PM (13 years ago)
Author:
kurtpayne
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20163, comment 11

    initial v1  
    1 [[attachment:20163.patch]] Should be a very good start on removing call time pass by reference.  I've given the admin and front end a light testing (hitting most pages and functions) and ensured that there are no php syntax errors in any php files.  This was a mostly scan, verified with some automated grepping.
     1[[attachment:20163.patch]] Should be a very good start on removing call time pass by reference.  I've given the admin and front end a light testing (hitting most pages and features) and ensured that there are no php syntax errors in any php files.  This was a mostly scan, verified with some automated grepping.
    22
    33If you look on your own, be careful of `array(&$var);` as that's perfectly valid.  Changing a piece of code like this will break things.