<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Deprecated functions and&#160;WP_DEBUG</title>
	<atom:link href="http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/</link>
	<description>WordPress Core Developer</description>
	<lastBuildDate>Sat, 28 Jan 2012 00:12:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha</generator>
	<item>
		<title>By: Chavonne</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-90809</link>
		<dc:creator>Chavonne</dc:creator>
		<pubDate>Mon, 12 Dec 2011 19:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-90809</guid>
		<description>Im scanning through all the tutorials and blogs I can find re why the whole Wordpress website/ blog that I am looking after is throwing errors.(front-end and back end) It is rellay annoying and my php knowledge is limited. Is there in any way a solution to simple web-developer like me to understand and fix this broken site :(</description>
		<content:encoded><![CDATA[<p>Im scanning through all the tutorials and blogs I can find re why the whole WordPress website/ blog that I am looking after is throwing errors.(front-end and back end) It is rellay annoying and my php knowledge is limited. Is there in any way a solution to simple web-developer like me to understand and fix this broken site <img src='http://nacin.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhaskar</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-71179</link>
		<dc:creator>bhaskar</dc:creator>
		<pubDate>Tue, 25 Oct 2011 00:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-71179</guid>
		<description>You dont need debug options for fatal error. 
Your website will tell that to you in most clear words :)</description>
		<content:encoded><![CDATA[<p>You dont need debug options for fatal error.<br />
Your website will tell that to you in most clear words <img src='http://nacin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Douglas</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-51933</link>
		<dc:creator>Ian Douglas</dc:creator>
		<pubDate>Fri, 02 Sep 2011 23:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-51933</guid>
		<description>seems my code disappeared there. Let me try again to give the first line of header.php as an example

</description>
		<content:encoded><![CDATA[<p>seems my code disappeared there. Let me try again to give the first line of header.php as an example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Douglas</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-51932</link>
		<dc:creator>Ian Douglas</dc:creator>
		<pubDate>Fri, 02 Sep 2011 23:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-51932</guid>
		<description>I find code hard, so please forgive this question: 

What do I do with the deprecated calls your plugin reports? I seem to have around 450 across the theme (300+) and plugins (the remainder) used in my site. For example, I have the following:

Function: get_settings()
Used in wp-content/themes/wp-prosper/header.php on line 1.
Use get_option() instead.
Deprecated in version 2.1

This is line 1 of that file:
&lt;code&gt;&lt;/code&gt;

So could I replace get_settings in the above line with get_options and it would clear the warning and be more efficient? Or would this break the theme? Is this something I need the theme creator to address?

For efficiency sake, I&#039;m trying to clean up my Wordpress install.

thanks for any input</description>
		<content:encoded><![CDATA[<p>I find code hard, so please forgive this question: </p>
<p>What do I do with the deprecated calls your plugin reports? I seem to have around 450 across the theme (300+) and plugins (the remainder) used in my site. For example, I have the following:</p>
<p>Function: get_settings()<br />
Used in wp-content/themes/wp-prosper/header.php on line 1.<br />
Use get_option() instead.<br />
Deprecated in version 2.1</p>
<p>This is line 1 of that file:<br />
<code></code></p>
<p>So could I replace get_settings in the above line with get_options and it would clear the warning and be more efficient? Or would this break the theme? Is this something I need the theme creator to address?</p>
<p>For efficiency sake, I&#8217;m trying to clean up my WordPress install.</p>
<p>thanks for any input</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What Lurks in the WordPress Plugin Repository?</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-45088</link>
		<dc:creator>What Lurks in the WordPress Plugin Repository?</dc:creator>
		<pubDate>Wed, 10 Aug 2011 13:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-45088</guid>
		<description>[...] what Nacin had to say on his blog about deprecated functions: Deprecated functions cannot be relied upon to work efficiently or correctly and may be disabled by [...]</description>
		<content:encoded><![CDATA[<p>[...] what Nacin had to say on his blog about deprecated functions: Deprecated functions cannot be relied upon to work efficiently or correctly and may be disabled by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Grey</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-11895</link>
		<dc:creator>Lee Grey</dc:creator>
		<pubDate>Mon, 07 Mar 2011 01:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-11895</guid>
		<description>Every site shows how to turn debugging on, but I can&#039;t find anyplace that tells me how to emit something to the log.  How can I write my own message into the log?</description>
		<content:encoded><![CDATA[<p>Every site shows how to turn debugging on, but I can&#8217;t find anyplace that tells me how to emit something to the log.  How can I write my own message into the log?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizal</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-10617</link>
		<dc:creator>Rizal</dc:creator>
		<pubDate>Wed, 23 Feb 2011 13:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-10617</guid>
		<description>hi i have a problem, where is trouble :

Fatal error: Cannot redeclare username_exists() (previously declared in /home/buanacom/public_html/komputerbekas/wp-includes/registration.php:16) in /home/buanacom/public_html/komputerbekas/wp-includes/registration.php on line 22

please help me</description>
		<content:encoded><![CDATA[<p>hi i have a problem, where is trouble :</p>
<p>Fatal error: Cannot redeclare username_exists() (previously declared in /home/buanacom/public_html/komputerbekas/wp-includes/registration.php:16) in /home/buanacom/public_html/komputerbekas/wp-includes/registration.php on line 22</p>
<p>please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Donaldson</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-9780</link>
		<dc:creator>Dave Donaldson</dc:creator>
		<pubDate>Tue, 15 Feb 2011 19:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-9780</guid>
		<description>Hi Andrew,

For WP 3.0 and beyond, is the &lt;code&gt;@ini_set(&#039;display_errors&#039;, 0);&lt;/code&gt; line needed if WP_DEBUG_DISPLAY is set to false? Just wondering because when I set WP_DEBUG_DISPLAY to false and comment out &lt;code&gt;@ini_set(&#039;display_errors&#039;, 0);&lt;/code&gt;, I don&#039;t see a difference versus when I leave it in there.

I also did a little spelunking and in the load.php file on line 264 (WP 3.0.5) there is a check on WP_DEBUG_DISPLAY that then sets &#039;display_errors&#039; to 1 if true. If you added the else statement to that check, to set &#039;display_errors&#039; to 0, wouldn&#039;t that eliminate the need for putting &lt;code&gt;@ini_set(&#039;display_errors&#039;, 0);&lt;/code&gt; in wp-config.php entirely?

--Dave</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>For WP 3.0 and beyond, is the <code>@ini_set('display_errors', 0);</code> line needed if WP_DEBUG_DISPLAY is set to false? Just wondering because when I set WP_DEBUG_DISPLAY to false and comment out <code>@ini_set('display_errors', 0);</code>, I don&#8217;t see a difference versus when I leave it in there.</p>
<p>I also did a little spelunking and in the load.php file on line 264 (WP 3.0.5) there is a check on WP_DEBUG_DISPLAY that then sets &#8216;display_errors&#8217; to 1 if true. If you added the else statement to that check, to set &#8216;display_errors&#8217; to 0, wouldn&#8217;t that eliminate the need for putting <code>@ini_set('display_errors', 0);</code> in wp-config.php entirely?</p>
<p>&#8211;Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deryk</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-9427</link>
		<dc:creator>Deryk</dc:creator>
		<pubDate>Thu, 10 Feb 2011 16:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-9427</guid>
		<description>Is there a way to just show Fatal errors and ignore the warnings? On my development platform, whenever I suspect a fatal error, I need to turn wp_debug to true to see the error. I leave it off by default, otherwise I see too many notices I don&#039;t need to see. Thanks.</description>
		<content:encoded><![CDATA[<p>Is there a way to just show Fatal errors and ignore the warnings? On my development platform, whenever I suspect a fatal error, I need to turn wp_debug to true to see the error. I leave it off by default, otherwise I see too many notices I don&#8217;t need to see. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp</title>
		<link>http://nacin.com/2010/03/22/deprecated-functions-and-wp_debug/#comment-851</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Thu, 08 Jul 2010 13:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewnacin.com/?p=51#comment-851</guid>
		<description>Nice! That phrase is what made me activate it and give it a try.</description>
		<content:encoded><![CDATA[<p>Nice! That phrase is what made me activate it and give it a try.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc

Served from: nacin.com @ 2012-02-03 21:17:10 -->
