Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54849, comment 4


Ignore:
Timestamp:
01/26/2022 09:22:55 PM (3 years ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54849, comment 4

    initial v1  
    55// Register the default theme directory root.
    66register_theme_directory( get_theme_root() );
    7 register_theme_directory(‘/‘wp/themeroot2’);
     7register_theme_directory(‘/‘wp/themeroot1’);
    88register_theme_directory(‘/‘wp/themeroot2’);
    99}}}