- Patch #94019 by chx, jvandyk, RobRoy et al: posts -> content.
parent
c37b3794cc
commit
93c367bfa2
|
@ -1051,7 +1051,7 @@ function node_menu($may_cache) {
|
||||||
|
|
||||||
$items[] = array(
|
$items[] = array(
|
||||||
'path' => 'admin/content/node',
|
'path' => 'admin/content/node',
|
||||||
'title' => t('Posts'),
|
'title' => t('Content'),
|
||||||
'description' => t("View, edit, and delete your site's content."),
|
'description' => t("View, edit, and delete your site's content."),
|
||||||
'callback' => 'node_admin_content',
|
'callback' => 'node_admin_content',
|
||||||
'access' => user_access('administer nodes')
|
'access' => user_access('administer nodes')
|
||||||
|
@ -1061,8 +1061,8 @@ function node_menu($may_cache) {
|
||||||
'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10);
|
'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10);
|
||||||
|
|
||||||
if (module_exists('search')) {
|
if (module_exists('search')) {
|
||||||
$items[] = array('path' => 'admin/content/search', 'title' => t('Search posts'),
|
$items[] = array('path' => 'admin/content/search', 'title' => t('Search content'),
|
||||||
'description' => t('Search posts by keyword.'),
|
'description' => t('Search content by keyword.'),
|
||||||
'callback' => 'node_admin_search',
|
'callback' => 'node_admin_search',
|
||||||
'access' => user_access('administer nodes'),
|
'access' => user_access('administer nodes'),
|
||||||
'type' => MENU_NORMAL_ITEM);
|
'type' => MENU_NORMAL_ITEM);
|
||||||
|
|
Loading…
Reference in New Issue