mirror of
https://github.com/typecho/typecho.git
synced 2025-03-24 20:09:47 +01:00
移除错误引用
This commit is contained in:
parent
baa324c639
commit
41379fcb9d
@ -68,7 +68,7 @@ include 'menu.php';
|
||||
<td><?php $categories->slug(); ?></td>
|
||||
<td>
|
||||
<?php if ($options->defaultCategory == $categories->mid): ?>
|
||||
<span class="balloon right"><?php _e('默认'); ?></span>
|
||||
<?php _e('默认'); ?>
|
||||
<?php else: ?>
|
||||
<a class="hidden-by-mouse" href="<?php $options->index('/action/metas-category-edit?do=default&mid=' . $categories->mid); ?>" title="<?php _e('设为默认'); ?>"><?php _e('默认'); ?></a>
|
||||
<?php endif; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user