Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
page_title
Commits
61b02dce
Commit
61b02dce
authored
May 08, 2012
by
Nicholas Thompson
Browse files
Fixing Coder issues - fixing old usage of 'Implementation of' vs new 'Implements'
parent
33c5af4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
page_title.install
View file @
61b02dce
...
...
@@ -7,7 +7,7 @@
*/
/**
* Implement
ation of
hook_schema().
* Implement
s
hook_schema().
*/
function
page_title_schema
()
{
$schema
[
'page_title'
]
=
array
(
...
...
@@ -24,7 +24,7 @@ function page_title_schema() {
/**
* Implement
ation of
hook_update_n().
* Implement
s
hook_update_n().
*/
function
page_title_update_6200
()
{
$ret
=
array
();
...
...
@@ -61,7 +61,7 @@ function page_title_update_6200() {
/**
* Implement
ation of
hook_update_n().
* Implement
s
hook_update_n().
* Rename all the Vocabulary settings to reference by the new Machine Name, rather than Vocab ID.
*/
function
page_title_update_7200
()
{
...
...
@@ -91,7 +91,7 @@ function page_title_update_7200() {
/**
* Implement
ation of
hook_uninstall().
* Implement
s
hook_uninstall().
*/
function
page_title_uninstall
()
{
// Clear variables
...
...
Write
Preview
Supports
Markdown
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