Changeset 7110 for branches/1.1/bb-includes/functions.bb-core.php
- Timestamp:
- 08/03/2020 01:20:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bb-includes/functions.bb-core.php
r6825 r7110 1432 1432 if ( $themes_dir = @dir( $_data['dir'] ) ) { 1433 1433 while( ( $theme_dir = $themes_dir->read() ) !== false ) { 1434 if ( is_file( $_data['dir'] . $theme_dir . '/style.css' ) && is_readable( $_data['dir'] . $theme_dir . '/style.css' ) && '.' != $theme_dir {0}) {1434 if ( is_file( $_data['dir'] . $theme_dir . '/style.css' ) && is_readable( $_data['dir'] . $theme_dir . '/style.css' ) && '.' != $theme_dir[0] ) { 1435 1435 $r[$_name . '#' . $theme_dir] = $_name . '#' . $theme_dir; 1436 1436 }
Note: See TracChangeset
for help on using the changeset viewer.