@@ -144,11 +144,11 @@ |
||
144 | 144 | <?php |
145 | 145 | } |
146 | 146 | |
147 | - /** |
|
148 | - * Outputs the payment options. |
|
149 | - * |
|
150 | - * @param WP_Post $post |
|
151 | - */ |
|
147 | + /** |
|
148 | + * Outputs the payment options. |
|
149 | + * |
|
150 | + * @param WP_Post $post |
|
151 | + */ |
|
152 | 152 | public static function output_options( $post ) { |
153 | 153 | |
154 | 154 | $post_id = ! empty( $post->ID ) ? $post->ID : 0; |