@@ -16,9 +16,9 @@ discard block |
||
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | - * Draw the modal used to house the walk through |
|
| 20 | - * @since 0.6 |
|
| 21 | - */ |
|
| 19 | + * Draw the modal used to house the walk through |
|
| 20 | + * @since 0.6 |
|
| 21 | + */ |
|
| 22 | 22 | public function draw_tour() { |
| 23 | 23 | |
| 24 | 24 | $tour_hidden = get_user_meta( get_current_user_ID(), 'lasso_hide_tour', true ); |
@@ -76,9 +76,9 @@ discard block |
||
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | - * Draw the inner slides for the welcome walkthrough |
|
| 80 | - * @since 0.6 |
|
| 81 | - */ |
|
| 79 | + * Draw the inner slides for the welcome walkthrough |
|
| 80 | + * @since 0.6 |
|
| 81 | + */ |
|
| 82 | 82 | public function tour_slides() { ?> |
| 83 | 83 | |
| 84 | 84 | <div id="lasso--loading" class="lasso--loading"><div class="lasso--loader"></div></div> |
@@ -81,7 +81,6 @@ |
||
| 81 | 81 | * |
| 82 | 82 | * @param string $action The AJAX action we are processing. |
| 83 | 83 | * @param string|object $callback The class to use for the callback. Either the name of the class or an instance of that class. |
| 84 | - |
|
| 85 | 84 | * |
| 86 | 85 | * @return \lasso\internal_api\auth |
| 87 | 86 | */ |