PluginProbe
Posts Table with Search & Sort / 1.4.11
Posts Table with Search & Sort v1.4.11
1.4.13 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 All 40 releases
← All changes | src/deprecated.php +9 -9 1.31.4.11 View file →
@@ -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( __FUNCTION__, 'Replaced by 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( __FUNCTION__, 'Replaced by 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 /**