I'd like to add a note to this discussion. Using 'function_exists' has been common practice for quite some time, and I always thought its main purpose was for child themes. Making a filter work is really much more difficult. Almost anyone with 
even a slight idea of how PHP works can copy the original function to a 
child's functions.php, make a few wording, or even simple logic changes, 
to the function, and make the child work how they want. While this kind of rote programming may not be best practice, I'm sure 
there are thousands of small child themes that use this practice.<br><br>I think there are too many existing child themes dependent on &#39;function_exists&#39; to ever disallow that, at least for existing themes.<br><br>
Bruce Wampler<br><br>And besides, <br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div><br><div class="gmail_quote">On Sat, Oct 27, 2012 at 2:46 PM, Philip M. Hofer (Frumph) <span dir="ltr">&lt;<a href="mailto:philip@frumph.net" target="_blank">philip@frumph.net</a>&gt;</span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div dir="ltr">
<div style="font-size:12pt;font-family:&#39;Calibri&#39;">
<div>Most functions being pluggable, i.e. function_exists (if that’s what you’re 
referring to) is actually a good idea.</div>
<div> </div>
<div>This allows those functions to be re-written if necessary in the 
functions.php of the child theme.</div>
<div> </div>
<div>I would consider this best practice.</div><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">e-reviewers</a><br></div></div></div></blockquote></div></div></div></div></blockquote>
</div></div></blockquote></div></div></div></blockquote></div></div></div>
<br></blockquote><br></div><br>