Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ccf1af94
Commit
ccf1af94
authored
Jul 24, 2008
by
Dries
Browse files
- Patch
#245329
by christefano and dmitrig01: code comment love.
parent
34626ed2
Changes
14
Hide whitespace changes
Inline
Side-by-side
modules/contact/contact.module
View file @
ccf1af94
...
...
@@ -33,7 +33,7 @@ function contact_help($path, $arg) {
}
/**
* Implementation of hook_perm
* Implementation of hook_perm
().
*/
function
contact_perm
()
{
return
array
(
...
...
modules/dblog/dblog.module
View file @
ccf1af94
...
...
@@ -28,7 +28,7 @@ function dblog_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
dblog_theme
()
{
return
array
(
...
...
modules/filter/filter.module
View file @
ccf1af94
...
...
@@ -41,7 +41,7 @@ function filter_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
filter_theme
()
{
return
array
(
...
...
modules/forum/forum.module
View file @
ccf1af94
...
...
@@ -33,7 +33,7 @@ function forum_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
forum_theme
()
{
return
array
(
...
...
modules/locale/locale.module
View file @
ccf1af94
...
...
@@ -305,7 +305,7 @@ function locale_form_alter(&$form, $form_state, $form_id) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
locale_theme
()
{
return
array
(
...
...
modules/menu/menu.module
View file @
ccf1af94
...
...
@@ -145,7 +145,7 @@ function menu_theme() {
}
/**
* Implementation of hook_enable()
* Implementation of hook_enable()
.
*
* Add a link for each custom menu.
*/
...
...
modules/node/node.module
View file @
ccf1af94
...
...
@@ -91,7 +91,7 @@ function node_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
node_theme
()
{
return
array
(
...
...
@@ -2222,7 +2222,7 @@ function node_access_view_all_nodes() {
}
/**
* Implementation of hook_db_rewrite_sql
* Implementation of hook_db_rewrite_sql
().
*/
function
node_db_rewrite_sql
(
$query
,
$primary_table
,
$primary_field
)
{
if
(
$primary_field
==
'nid'
&&
!
node_access_view_all_nodes
())
{
...
...
modules/openid/openid.module
View file @
ccf1af94
...
...
@@ -7,7 +7,7 @@
*/
/**
* Implementation of hook_menu.
* Implementation of hook_menu
()
.
*/
function
openid_menu
()
{
$items
[
'openid/authenticate'
]
=
array
(
...
...
@@ -71,7 +71,7 @@ function openid_user($op, &$edit, &$account, $category = NULL) {
}
/**
* Implementation of hook_form_alter
: a
dds OpenID login to the login forms.
* Implementation of hook_form_alter
(). A
dds OpenID login to the login forms.
*/
function
openid_form_alter
(
&
$form
,
$form_state
,
$form_id
)
{
if
(
$form_id
==
'user_login_block'
||
$form_id
==
'user_login'
)
{
...
...
modules/poll/poll.module
View file @
ccf1af94
...
...
@@ -28,7 +28,7 @@ function poll_init() {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
poll_theme
()
{
return
array
(
...
...
modules/profile/profile.module
View file @
ccf1af94
...
...
@@ -49,7 +49,7 @@ function profile_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
profile_theme
()
{
return
array
(
...
...
modules/search/search.module
View file @
ccf1af94
...
...
@@ -112,7 +112,7 @@ function search_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
search_theme
()
{
return
array
(
...
...
modules/taxonomy/taxonomy.module
View file @
ccf1af94
...
...
@@ -16,7 +16,7 @@ function taxonomy_perm() {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
taxonomy_theme
()
{
return
array
(
...
...
modules/update/update.module
View file @
ccf1af94
...
...
@@ -164,7 +164,7 @@ function update_theme() {
}
/**
* Implementation of hook_requirements.
* Implementation of hook_requirements
()
.
*
* @return
* An array describing the status of the site regarding available updates.
...
...
modules/upload/upload.module
View file @
ccf1af94
...
...
@@ -23,7 +23,7 @@ function upload_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
upload_theme
()
{
return
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment