| @@ -4,13 +4,13 @@ | ||
| 4 | 4 | * @deprecated Replaced by Barn2\Plugin\Posts_Table_Search_Sort\Plugin |
| 5 | 5 | */ |
| 6 | 6 | class Posts_Data_Table_Plugin { |
| 7 | 7 | |
| 8 | - public static function instance() { | |
| 9 | - _doing_it_wrong( __METHOD__, 'Barn2\Plugin\Posts_Table_Search_Sort\Plugin::instance()', '1.2' ); | |
| 8 | + public static function instance() { | |
| 9 | + _doing_it_wrong( __METHOD__, 'Barn2\Plugin\Posts_Table_Search_Sort\Plugin::instance()', '1.2' ); | |
| 10 | 10 | |
| 11 | - return Barn2\Plugin\Posts_Table_Search_Sort\Plugin::instance(); | |
| 12 | - } | |
| 11 | + return Barn2\Plugin\Posts_Table_Search_Sort\Plugin::instance(); | |
| 12 | + } | |
| 13 | 13 | |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | /** |
| @@ -17,14 +17,14 @@ | ||
| 17 | 17 | * @deprecated Replaced by Barn2\Plugin\Posts_Table_Search_Sort\Table_Shortcode |
| 18 | 18 | */ |
| 19 | 19 | class Posts_Data_Table_Shortcode { |
| 20 | 20 | |
| 21 | - public static function do_shortcode( $atts, $content = '' ) { | |
| 22 | - _doing_it_wrong( __METHOD__, 'Barn2\Plugin\Posts_Table_Search_Sort\Table_Shortcode->do_shortcode()', '1.2' ); | |
| 21 | + public static function do_shortcode( $atts, $content = '' ) { | |
| 22 | + _doing_it_wrong( __METHOD__, 'Barn2\Plugin\Posts_Table_Search_Sort\Table_Shortcode->do_shortcode()', '1.2' ); | |
| 23 | 23 | |
| 24 | - $shortcode = new Barn2\Plugin\Posts_Table_Search_Sort\Table_Shortcode(); | |
| 25 | - return $shortcode->do_shortcode( $atts, $content ); | |
| 26 | - } | |
| 24 | + $shortcode = new Barn2\Plugin\Posts_Table_Search_Sort\Table_Shortcode(); | |
| 25 | + return $shortcode->do_shortcode( $atts, $content ); | |
| 26 | + } | |
| 27 | 27 | |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |