Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
fec72c22
Commit
fec72c22
authored
Dec 15, 2012
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1864360
by oadaeh: Clean up some inconsistencies with
@Link
...@endlink.
parent
d08da8f8
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/includes/database.inc
+1
-1
1 addition, 1 deletion
core/includes/database.inc
core/lib/Drupal/Core/Ajax/ReplaceCommand.php
+2
-1
2 additions, 1 deletion
core/lib/Drupal/Core/Ajax/ReplaceCommand.php
core/modules/system/system.api.php
+1
-2
1 addition, 2 deletions
core/modules/system/system.api.php
with
4 additions
and
4 deletions
core/includes/database.inc
+
1
−
1
View file @
fec72c22
...
...
@@ -170,7 +170,7 @@
* }
* @endcode
*
* @
link
http://drupal.org/developing/api/database
@endlink
* @
see
http://drupal.org/developing/api/database
*/
...
...
This diff is collapsed.
Click to expand it.
core/lib/Drupal/Core/Ajax/ReplaceCommand.php
+
2
−
1
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
{
...
...
This diff is collapsed.
Click to expand it.
core/modules/system/system.api.php
+
1
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment