@@ -401,6 +401,10 @@ discard block |
||
401 | 401 | } |
402 | 402 | |
403 | 403 | // functions |
404 | + |
|
405 | + /** |
|
406 | + * @param string $name |
|
407 | + */ |
|
404 | 408 | public function get_callable( $name ) { |
405 | 409 | $value = get_option( 'jetpack_' . $name ); |
406 | 410 | |
@@ -640,6 +644,9 @@ discard block |
||
640 | 644 | return $histogram; |
641 | 645 | } |
642 | 646 | |
647 | + /** |
|
648 | + * @param string|null $id_column |
|
649 | + */ |
|
643 | 650 | private function table_checksum( $table, $columns, $id_column, $where_sql = '1=1', $min_id = null, $max_id = null ) { |
644 | 651 | global $wpdb; |
645 | 652 |