@@ -200,7 +200,7 @@ |
||
| 200 | 200 | 'public' => true, |
| 201 | 201 | ), 'objects' ); |
| 202 | 202 | $post_types = array_combine( array_keys( $post_types ), wp_list_pluck( $post_types, 'label' ) ); |
| 203 | - unset( $post_types[ 'attachment' ] ); |
|
| 203 | + unset( $post_types[ 'attachment' ] ); |
|
| 204 | 204 | |
| 205 | 205 | /** |
| 206 | 206 | * Set which post types are allowed |
@@ -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> |