Update 1.0.59

This commit is contained in:
ultimatemember
2015-02-18 00:45:09 +02:00
parent 251f7b0ef7
commit 5effe7c017
10 changed files with 23 additions and 41 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class UM_Permalinks {
global $post;
if ( is_front_page() ) :
$page_url = home_url();
$page_url = home_url() . $_SERVER["REQUEST_URI"];
else :
$page_url = 'http';