bu-navigation
bu-navigation copied to clipboard
Address general PHP issues for 5.x upgrade preparation
- Check if
$this->posts
is truthy before passing tocount()
. (Thebu_navigation_get_posts()
function is used to define$this->posts
here, and will returnfalse
if it doesn't find any results.)