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
56386c3f
Commit
56386c3f
authored
Oct 13, 2013
by
catch
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2019907
by ianmthomasuk, Pancho: Fixed referring to the wrong issue in breakpoint.module.
parent
50864570
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
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/breakpoint/breakpoint.module
+4
-4
4 additions, 4 deletions
core/modules/breakpoint/breakpoint.module
with
4 additions
and
4 deletions
core/modules/breakpoint/breakpoint.module
+
4
−
4
View file @
56386c3f
...
...
@@ -41,7 +41,7 @@ function breakpoint_help($path, $arg) {
*
* @see _breakpoint_theme_enabled()
*
* @todo: This should be removed if https://drupal.org/node/18131
0
0 is resolved.
* @todo: This should be removed if https://drupal.org/node/18131
1
0 is resolved.
*/
function
breakpoint_themes_enabled
(
$theme_list
)
{
_breakpoint_theme_enabled
(
$theme_list
);
...
...
@@ -55,7 +55,7 @@ function breakpoint_themes_enabled($theme_list) {
*
* @see _breakpoint_delete_breakpoints()
*
* @todo: This should be removed if https://drupal.org/node/18131
0
0 is resolved.
* @todo: This should be removed if https://drupal.org/node/18131
1
0 is resolved.
*/
function
breakpoint_themes_disabled
(
$theme_list
)
{
_breakpoint_delete_breakpoints
(
$theme_list
,
Breakpoint
::
SOURCE_TYPE_THEME
);
...
...
@@ -69,7 +69,7 @@ function breakpoint_themes_disabled($theme_list) {
*
* @see _breakpoint_modules_enabled()
*
* @todo: This should be removed if https://drupal.org/node/18131
0
0 is resolved.
* @todo: This should be removed if https://drupal.org/node/18131
1
0 is resolved.
*/
function
breakpoint_modules_installed
(
$modules
)
{
_breakpoint_modules_installed
(
$modules
);
...
...
@@ -83,7 +83,7 @@ function breakpoint_modules_installed($modules) {
*
* @see _breakpoint_delete_breakpoints()
*
* @todo: This should be removed if https://drupal.org/node/18131
0
0 is resolved.
* @todo: This should be removed if https://drupal.org/node/18131
1
0 is resolved.
*/
function
breakpoint_modules_uninstalled
(
$modules
)
{
_breakpoint_delete_breakpoints
(
$modules
,
Breakpoint
::
SOURCE_TYPE_MODULE
);
...
...
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