Changeset 2069741
- Timestamp:
- 04/17/2019 07:05:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
learnworlds-sso/tags/1.1/class.learnworlds-sso-shortcode.php
r2068935 r2069741 26 26 27 27 if(is_user_logged_in()){ 28 $text = ($atts['logged-in-text'])? $atts['logged-in-text'] : self::DEFAULT_LOGGED_IN_LINK_TEXT;28 $text = ($atts['logged-in-text'])? $atts['logged-in-text'] : $text; 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.