Changeset 17771 for trunk/wp-admin/custom-background.php
- Timestamp:
- 04/29/2011 08:05:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r17748 r17771 44 44 45 45 /** 46 * PHP4Constructor - Register administration header callback.46 * Constructor - Register administration header callback. 47 47 * 48 48 * @since 3.0.0 … … 51 51 * @return Custom_Background 52 52 */ 53 function Custom_Background($admin_header_callback = '', $admin_image_div_callback = '') {53 function __construct($admin_header_callback = '', $admin_image_div_callback = '') { 54 54 $this->admin_header_callback = $admin_header_callback; 55 55 $this->admin_image_div_callback = $admin_image_div_callback;
Note: See TracChangeset
for help on using the changeset viewer.