jbrinley / WP-Router

Routes paths to callback functions in WordPress
108 stars 27 forks source link

is_a() was deprecated briefly in PHP 5.3, switching to instanceof #16

Closed borkweb closed 9 years ago

borkweb commented 9 years ago

Additionally, instanceof is a bit faster because it is a language construct and not a function! Woo!