<p>Lol. You're not wrong very often Chip. </p>
<div class="gmail_quote">On Mar 29, 2012 5:57 PM, "Chip Bennett" <<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
"authors.php" is not a *page* template. Looking at <a href="http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-theme.php?rev=20318#L990" target="_blank">where this change takes place in core</a>, it appears that it applies *specifically* to custom templates for static pages:<div>
<br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>$page_templates = array();</div><div><br></div><div>$files = (array) self::scandir( $this->get_stylesheet_directory(), 'php', 1 );</div>
<div><br></div><div>foreach ( $files['php'] as $file => $full_path ) {</div><div> $headers = get_file_data( $full_path, array( 'Template Name' => 'Template Name' ) );</div><div> <b><font color="#ff0000"> if ( empty( $headers['Template Name'] ) )</font></b></div>
<div><b><font color="#ff0000"> continue;</font></b></div><div> $page_templates[ $file ] = $this->translate_header( 'Template Name', $headers['Template Name'] );</div>
<div>}</div></div></blockquote><div><br></div><div>But I could be wrong. :)</div><div><br></div><div>Chip</div><div><br><div class="gmail_quote">On Thu, Mar 29, 2012 at 11:47 AM, Angelo Bertolli <span dir="ltr"><<a href="mailto:angelo@bertolli.org" target="_blank">angelo@bertolli.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 03/29/2012 12:43 PM, Doug Stewart wrote:<br>
> <a href="http://nacin.com/2012/03/29/page-templates-in-subdirectories-new-in-wordpress-3-4/" target="_blank">http://nacin.com/2012/03/29/page-templates-in-subdirectories-new-in-wordpress-3-4/</a><br>
><br>
> <a href="http://core.trac.wordpress.org/changeset/20318" target="_blank">http://core.trac.wordpress.org/changeset/20318</a><br>
><br>
> Organizational BOOM.<br>
<br>
</div>Does this apply to only alternate page templates, or does it also apply<br>
to canonical pages (e.g. authors.php) ?<br>
<div><div>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">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>
<br>_______________________________________________<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>
<br></blockquote></div>