Make WordPress Core

Ticket #36432: 36432.patch

File 36432.patch, 379 bytes (added by jusox, 10 years ago)
Line 
1108a109,111
2>               switch_to_blog($user_blog->userblog_id);
3>               preg_match("/[^\/]+$/", get_stylesheet_directory(), $matches);
4>               $my_theme = $matches[0];
5110c113,114
6<               echo "<h3>{$user_blog->blogname}</h3>";
7---
8>               echo "<h3>{$user_blog->blogname}</h3>";
9>               echo "<div>ID: <strong>{$user_blog->userblog_id}</strong> | tema: <strong>{$my_theme}</strong></div><br/>";