Projet

Général

Profil

Révision b720ea3e

Ajouté par Assos Assos il y a plus de 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_tools/date_tools.module
31 31
 */
32 32
function date_tools_permission() {
33 33
  return array(
34
    'administer date tools' =>  array(
34
    'administer date tools' => array(
35 35
      'title' => t('Administer date tools'),
36 36
    ),
37 37
  );
......
68 68
    'file' => 'date_tools.wizard.inc',
69 69
  );
70 70

  
71
  // @codingStandardsIgnoreStart
71 72
  /**
72 73
  $items['admin/config/date/tools/change'] = array(
73 74
    'title'    => 'Change type',
......
79 80
    'file' => 'date_tools.change_type.inc',
80 81
  );
81 82
  */
83
  // @codingStandardsIgnoreEnd
82 84

  
83 85
  return $items;
84 86
}
85 87

  
86 88
/**
87
 *  Main Date Tools page
89
 * Main Date Tools page.
88 90
 */
89 91
function date_tools_page() {
90 92
  $content = '';
91 93

  
92
  $content .= t('Dates and calendars can be complicated to set up. The !date_wizard makes it easy to create a simple date content type and related calendar. ', array('!date_wizard' => l(t('Date wizard'), 'admin/config/date/tools/date_wizard')));
93

  
94
  $content .= t('Dates and calendars can be complicated to set up. The !date_wizard makes it easy to create a simple date content type and related calendar.', array('!date_wizard' => l(t('Date wizard'), 'admin/config/date/tools/date_wizard')));
94 95

  
95 96
  return $content;
96 97
}

Formats disponibles : Unified diff