Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42273, comment 5


Ignore:
Timestamp:
10/19/2017 10:46:14 AM (7 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42273, comment 5

    initial v1  
    44> U can see it will calls index.php and create a folder
    55
    6 WordPress calls `index.php` as a part of the [https://developer.wordpress.org/themes/basics/template-hierarchy/ template hierarchy]. If I put a `mkdir()` call there, it would always be executed, with or without `get_bloginfo( 'template_url' )`. I don't see a bug here.
     6WordPress loads `index.php` as a part of the [https://developer.wordpress.org/themes/basics/template-hierarchy/ template hierarchy]. If I put a `mkdir()` call there, it would always be executed, with or without `get_bloginfo( 'template_url' )`. I don't see a bug here.