Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
page_title
Commits
d727c5af
Commit
d727c5af
authored
May 08, 2012
by
Nicholas Thompson
Browse files
Fixing Coder issues - fixing old usage of 'Implementation of' vs new 'Implements'
parent
4bd82f28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
page_title.module
page_title.module
+4
-4
No files found.
page_title.module
View file @
d727c5af
...
...
@@ -38,7 +38,7 @@ function page_title_help($path, $arg) {
/**
* Implement
ation of
hook_requirements().
* Implement
s
hook_requirements().
*/
function
page_title_requirements
(
$phase
)
{
$requirements
=
array
();
...
...
@@ -722,7 +722,7 @@ function page_title_form_views_ui_config_item_form_alter_submit($form, &$form_st
/**
* Implement
ation of
hook_views_api().
* Implement
s
hook_views_api().
*/
function
page_title_views_api
()
{
return
array
(
...
...
@@ -732,7 +732,7 @@ function page_title_views_api() {
/**
* Implement
ation of
hook_views_plugins().
* Implement
s
hook_views_plugins().
*/
function
page_title_views_plugins
()
{
return
array
(
...
...
@@ -871,7 +871,7 @@ function page_title_get_module_apis() {
/**
* Implement
ation of
hook_page_title_api().
* Implement
s
hook_page_title_api().
*/
function
page_title_page_title_api
()
{
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