Changeset 2159:d709a73eb75b for admin
- Timestamp:
- 09/30/13 09:51:02 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r2116 r2159 228 228 } 229 229 230 if ($core->auth->getInfo('user_default_blog') != $core->blog->id && $core->auth-> blog_count> 1) {230 if ($core->auth->getInfo('user_default_blog') != $core->blog->id && $core->auth->getBlogCount() > 1) { 231 231 echo 232 232 '<p><a href="index.php?default_blog=1" class="button">'.__('Make this blog my default blog').'</a></p>';
Note: See TracChangeset
for help on using the changeset viewer.