# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\wamp64\www\wordpress-svn\trunk\src
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
370 | 370 | function get_theme_roots() { |
371 | 371 | global $wp_theme_directories; |
372 | 372 | |
373 | | if ( count( $wp_theme_directories ) <= 1 ) { |
| 373 | if ( is_array( $wp_theme_directories ) && count( $wp_theme_directories ) <= 1 ) { |
374 | 374 | return '/themes'; |
375 | 375 | } |
376 | 376 | |