Changeset 18995 for trunk/wp-includes/theme.php
- Timestamp:
- 10/18/2011 08:20:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r18886 r18995 1729 1729 return; 1730 1730 require_once( ABSPATH . 'wp-admin/custom-background.php' ); 1731 $GLOBALS['custom_background'] = &new Custom_Background( $admin_header_callback, $admin_image_div_callback );1731 $GLOBALS['custom_background'] = new Custom_Background( $admin_header_callback, $admin_image_div_callback ); 1732 1732 add_action( 'admin_menu', array( &$GLOBALS['custom_background'], 'init' ) ); 1733 1733 }
Note: See TracChangeset
for help on using the changeset viewer.