Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#26983 closed defect (bug) (invalid)

Bug on deprecated function, using latest 3.8.1

Reported by: evoporto29's profile evoporto29 Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.8.1
Component: Themes Keywords:
Focuses: Cc:

Description

Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( 'custom-background', $args ) instead. in /Users/evoporto/Documents/MAMP_Pro/wordpress/wp-includes/functions.php on line 2908

Change History (2)

#1 @sabreuse
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hi evoporto29! Thanks for taking the trouble to report this; however, this is not actually a bug in WordPress. The error message you're seeing simply means that your theme is using an outdated version of that functionality. You can either switch to a newer theme, or replace the old function with the newer one.

Whichever option you choose, the place to get support is the Themes support forum: https://wordpress.org/support/forum/themes-and-templates

#2 @SergeyBiryukov
11 years ago

  • Component changed from General to Themes
  • Summary changed from Bug on deprecated function, using latest 8.3.1 to Bug on deprecated function, using latest 3.8.1
Note: See TracTickets for help on using tickets.