update to drupal 7.23
This commit is contained in:
@@ -244,13 +244,7 @@ function node_field_display_node_alter(&$display, $context) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Entity URI callback.
|
||||
*
|
||||
* @param $node
|
||||
* A node entity.
|
||||
*
|
||||
* @return array
|
||||
* An array with 'path' as the key and the path to the node as its value.
|
||||
* Implements callback_entity_info_uri().
|
||||
*/
|
||||
function node_uri($node) {
|
||||
return array(
|
||||
@@ -1593,6 +1587,9 @@ function node_permission() {
|
||||
),
|
||||
'access content overview' => array(
|
||||
'title' => t('Access the content overview page'),
|
||||
'description' => user_access('access content overview')
|
||||
? t('Get an overview of <a href="@url">all content</a>.', array('@url' => url('admin/content')))
|
||||
: t('Get an overview of all content.'),
|
||||
),
|
||||
'access content' => array(
|
||||
'title' => t('View published content'),
|
||||
|
||||
Reference in New Issue
Block a user