Ticket #23090: 23090.patch
| File 23090.patch, 885 bytes (added by SergeyBiryukov, 5 months ago) |
|---|
-
wp-includes/template.php
189 189 /** 190 190 * Retrieve path of home template in current or parent template. 191 191 * 192 * This is the template used for the page containing the blog posts 192 * This is the template used for the page containing the blog posts. 193 193 * 194 194 * Attempts to locate 'home.php' first before falling back to 'index.php'. 195 195 * … … 224 224 * Retrieve path of page template in current or parent template. 225 225 * 226 226 * Will first look for the specifically assigned page template 227 * The will search for 'page-{slug}.php' followed by 'page-id.php'228 * and finally 'page.php' 227 * Then will search for 'page-{slug}.php' followed by 'page-id.php' 228 * and finally 'page.php'. 229 229 * 230 230 * @since 1.5.0 231 231 *
