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
fec72c22
Commit
fec72c22
authored
Dec 14, 2012
by
Dries
Browse files
Issue
#1864360
by oadaeh: Clean up some inconsistencies with
@Link
...@endlink.
parent
d08da8f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/includes/database.inc
View file @
fec72c22
...
...
@@ -170,7 +170,7 @@
* }
* @endcode
*
* @
link
http://drupal.org/developing/api/database
@endlink
* @
see
http://drupal.org/developing/api/database
*/
...
...
core/lib/Drupal/Core/Ajax/ReplaceCommand.php
View file @
fec72c22
...
...
@@ -19,7 +19,8 @@
* This command is implemented by Drupal.ajax.prototype.commands.insert()
* defined in misc/ajax.js.
*
* See @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink
* See
* @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink
*/
class
ReplaceCommand
extends
InsertCommand
{
...
...
core/modules/system/system.api.php
View file @
fec72c22
...
...
@@ -2748,8 +2748,7 @@ function hook_query_TAG_alter(Drupal\Core\Database\Query\AlterableInterface $que
* a hook_update_N() is added to the module, this function needs to be updated
* to reflect the current version of the database schema.
*
* See the Schema API documentation at
* @link http://drupal.org/node/146843 http://drupal.org/node/146843 @endlink
* See the @link http://drupal.org/node/146843 Schema API documentation @endlink
* for details on hook_schema and how database tables are defined.
*
* Note that since this function is called from a full bootstrap, all functions
...
...
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