Add new option for Network Permalink Structure

This commit is contained in:
champsupertramp
2016-07-01 10:39:22 +08:00
parent 67c3e6e322
commit da5461376b
2 changed files with 27 additions and 8 deletions
+3 -1
View File
@@ -80,7 +80,9 @@ class UM_Permalinks {
}
}else {
if( um_core_is_local() ){
$network_permalink_structure = um_get_option("network_permalink_structure");
if( $network_permalink_structure == "sub-directory" ){
$page_url = 'http';