Plugin Directory

Changeset 427743


Ignore:
Timestamp:
08/23/2011 06:35:11 PM (15 years ago)
Author:
ainth
Message:

instead of == for checking return from wordpress function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • navigable/trunk/class-wp-nav.php

    r427732 r427743  
    1717   
    1818    //If false, invalid name passed
    19     if ($this->raw == false) {
     19    if ($this->raw === false) {
    2020      trigger_error("Navigable could not find the navigation object called '{$nav_selector}'", E_USER_NOTICE);
    2121    }
Note: See TracChangeset for help on using the changeset viewer.