Changeset 17771 for trunk/wp-admin/custom-header.php
- Timestamp:
- 04/29/2011 08:05:12 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r17770 r17771 63 63 64 64 /** 65 * PHP4Constructor - Register administration header callback.65 * Constructor - Register administration header callback. 66 66 * 67 67 * @since 2.1.0 … … 70 70 * @return Custom_Image_Header 71 71 */ 72 function Custom_Image_Header($admin_header_callback, $admin_image_div_callback = '') {72 function __construct($admin_header_callback, $admin_image_div_callback = '') { 73 73 $this->admin_header_callback = $admin_header_callback; 74 74 $this->admin_image_div_callback = $admin_image_div_callback;
Note: See TracChangeset
for help on using the changeset viewer.