Some problems with PHP code in wp-tiles.php
-
Hi, Mike,
I just want to list some errors shown by PHPStorm, so You maybe fix it in future releases:
– wp-tiles.php:217
“display” => $display_options,
Variable $display_options is undefined.– wp-tiles.php:266
$hideByline = apply_filters ( ‘wp-tiles-hide-byline’, $hideByline, $post->ID, $post );
$post is undifined.– wp-tiles.php:319
return apply_filters(‘wp_trim_excerpt’, $text, $raw_excerpt);
$raw_excerpt is undefined.The other PHP files are ok ??
Best regards,
Raubvogel
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Some problems with PHP code in wp-tiles.php’ is closed to new replies.