﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12371,Change get_generic_template's name,filosofo,westi," * `get_generic_template` needs a better name, because its purpose is to get a ''specific'' template.  Even the original documentation recognizes this (emphasis mine):
   * ""if a name is ''specified'' then a ''specialised'' template will be included.""
   * ""For the parameter, if the file is called ""{slug}-special.php"" then ''specify'' ''""special""''.
 * What follows ""get_"" in the function name should indicate the thing ""gotten,"" according to general WP practice (and good function naming in general).
 * In the case of this function a specific template is requested, never a general one.
 * To put this another way, if `get_generic_template` were true to its name it would have no arguments at all and just locate the `index.php` template.",defect (bug),closed,normal,3.0,Template,3.0,normal,fixed,get_generic_template has-patch,
