Turante / sandbox-theme

Automatically exported from code.google.com/p/sandbox-theme
0 stars 0 forks source link

functions.php fixes #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

When wp_debug is enabled i see 3 lines of erros on top of page:

Notice: Undefined variable: attr in 
C:\wamp\www\wp3\wp-content\themes\sandbox\functions.php on line 500

Notice: unregister_widget_control is deprecated since version 2.8! Use 
wp_unregister_widget_control() instead. in 
C:\wamp\www\wp3\wp-includes\functions.php on line 3237

Notice: unregister_widget_control is deprecated since version 2.8! Use 
wp_unregister_widget_control() instead. in 
C:\wamp\www\wp3\wp-includes\functions.php on line 3237

They are all located in functions php file. So i renamed functions to new names 
and added "global $attr;" to fix the undefined error.

I attached patch file for the fix.

Original issue reported on code.google.com by metinsay...@gmail.com on 22 Jul 2010 at 11:03

Attachments: