PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | controllers/template-tag-functions.php +2 -2 2.2.33.0 View file →
@@ -21,9 +21,9 @@
21 21 $atts = $table_query;
22 22 } else {
23 23 parse_str( (string) $table_query, $atts );
24 24 }
25 - return TablePress::$controller->shortcode_table( $atts ); // @phpstan-ignore-line
25 + return TablePress::$controller->shortcode_table( $atts ); // @phpstan-ignore argument.type
26 26 }
27 27
28 28 /**
29 29 * Provides template tag functionality for the "table" Shortcode, to be used anywhere in the template, echoes the table HTML.
@@ -51,9 +51,9 @@
51 51 $atts = $table_query;
52 52 } else {
53 53 parse_str( (string) $table_query, $atts );
54 54 }
55 - return TablePress::$controller->shortcode_table_info( $atts ); // @phpstan-ignore-line
55 + return TablePress::$controller->shortcode_table_info( $atts ); // @phpstan-ignore argument.type
56 56 }
57 57
58 58 /**
59 59 * Provides template tag functionality for the "table-info" Shortcode, to be used anywhere in the template, echoes the info.