Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #12002, comment 32


Ignore:
Timestamp:
12/15/2014 03:35:59 PM (11 years ago)
Author:
karincom
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12002, comment 32

    v2 v3  
    3333'''REQUEST'''
    3434Why not include such parameter in wp-config.php? At least for subfolders installation.
     35
     36
     37{{{
     38if (empty($parameter)) {$parameter='blog/';}
     39}}}
     40
     41So, not allow it to be empty, for avoiding collisions or things like that.
     42Just ideas... eventually not that easy.
     43
     44THanks for reading this.