projects
/
WP-Themes
/
saultstemarie360.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b8004
)
updating the login redirect url page to use the new courses page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 27 Jul 2018 14:37:02 +0000
(10:37 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 27 Jul 2018 14:37:02 +0000
(10:37 -0400)
inc/glm-dev.php
patch
|
blob
|
history
diff --git
a/inc/glm-dev.php
b/inc/glm-dev.php
index
aaa782f
..
966da7a
100644
(file)
--- a/
inc/glm-dev.php
+++ b/
inc/glm-dev.php
@@
-7,7
+7,7
@@
function glm_login_form( $atts ){
$args = array(
'echo' => false,
'form_id' => 'glm_login_form',
- 'redirect' => get_permalink(
363
),
+ 'redirect' => get_permalink(
832
),
);
$loginForm = wp_login_form($args);
$captcha = apply_filters('cptch_display', '', 'glm_login_form');