Changeset 1628748
- Timestamp:
- 04/03/2017 11:40:27 PM (8 years ago)
- Location:
- va-social-buzz
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
va-social-buzz/tags/1.1.10/incs/trait-functions.php
r1628744 r1628748 136 136 $current_url = home_url( add_query_arg( array(), $wp->request ) ); 137 137 } 138 var_dump($current_url); 138 139 139 return $current_url; 140 140 } -
va-social-buzz/tags/1.1.10/readme.txt
r1628744 r1628748 47 47 == Changelog == 48 48 49 = 1.1. 20 =49 = 1.1.10 = 50 50 * [Fixed] Bug that current url can not be acquired correctly. 51 51 -
va-social-buzz/trunk/incs/trait-functions.php
r1628744 r1628748 136 136 $current_url = home_url( add_query_arg( array(), $wp->request ) ); 137 137 } 138 var_dump($current_url); 138 139 139 return $current_url; 140 140 } -
va-social-buzz/trunk/readme.txt
r1628744 r1628748 47 47 == Changelog == 48 48 49 = 1.1. 20 =49 = 1.1.10 = 50 50 * [Fixed] Bug that current url can not be acquired correctly. 51 51
Note: See TracChangeset
for help on using the changeset viewer.