Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35597, comment 3


Ignore:
Timestamp:
01/27/2016 03:08:47 AM (11 years ago)
Author:
dd32

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35597, comment 3

    initial v1  
    33PHP : 5.2.5
    44
    5 my own plugins are using the '__construct()' function
     5my own plugins are using the `__construct()` function
    66
    7 WP_User_Search is using both '__construct()' line 482 AND  'WP_User_Search()' line 505
     7WP_User_Search is using both `__construct()` line 482 AND  `WP_User_Search()` line 505
    88
    9 for information class wpdb is just using the  '__construct()' function
     9for information class wpdb is just using the  `__construct()` function
    1010
    1111Hope this helps