<div dir="ltr"><b>Re: child theme friendliness:</b>  The anonymous pattern below removes any possibility of calling a non-existing callback. It is future-safe b/c no functions are exposed, yet it still gives child themes full flexibility. Such a pattern prevents breakage b/c it is not reliant on parent theme functions that may be removed or renamed in an update.<br>

<div style><br></div><div style><div><font face="courier new, monospace">add_action(&#39;@entry&#39;, apply_filters(&#39;@entry_actions&#39;, function() {</font></div><div><font face="courier new, monospace">    # default actions</font></div>

<div><font face="courier new, monospace">});</font></div></div><div><div class="gmail_extra"><br clear="all"><div><a href="http://twitter.com/ryanve" target="_blank">@ryanve</a><br><div><br></div></div>
<br><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 12:07 PM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com" target="_blank">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="im">On Tue, Mar 5, 2013 at 3:23 PM, Ryan Van Etten &lt;<a href="mailto:ryanve@gmail.com">ryanve@gmail.com</a>&gt; wrote:<br>
</div><div class="im">&gt; I&#39;d like to see WP be proactive about encouraging users to use 5.3+. The<br>
&gt; sooner we get the majority on 5.3, the better it will be for the core too.<br>
<br>
</div>Call me crazy, but I don&#39;t think it&#39;s a particularly good idea to<br>
offer code that won&#39;t work with 2/3rds of the existing user base.<br>
<br>
<a href="http://wordpress.org/about/stats/" target="_blank">http://wordpress.org/about/stats/</a><br>
<br>
Note that most people don&#39;t have any control over what version of PHP<br>
is running on their server.<br>
<span class=""><font color="#888888"><br>
-Otto<br>
</font></span><div class=""><div class="h5">_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br></div></div></div>