/[drupal]/drupal/modules/block/block.module
ViewVC logotype

Diff of /drupal/modules/block/block.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.394, Fri Oct 23 22:24:11 2009 UTC revision 1.395, Sat Nov 7 13:35:20 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: block.module,v 1.393 2009/10/18 11:42:29 dries Exp $  // $Id: block.module,v 1.394 2009/10/23 22:24:11 webchick Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 283  function _block_get_renderable_array($li Line 283  function _block_get_renderable_array($li
283    
284      // Add contextual links for this block; skipping the system main block.      // Add contextual links for this block; skipping the system main block.
285      if ($key != 'system_main') {      if ($key != 'system_main') {
286        $build[$key]['#contextual_links']['block'] = menu_contextual_links('admin/structure/block/manage', array($block->module, $block->delta));        $build[$key]['#contextual_links']['block'] = array('admin/structure/block/manage', array($block->module, $block->delta));
287      }      }
288    
289      $build[$key] += array(      $build[$key] += array(

Legend:
Removed from v.1.394  
changed lines
  Added in v.1.395

  ViewVC Help
Powered by ViewVC 1.1.2