Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xmlsitemap
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
xmlsitemap
Merge requests
!16
Issue
#3261215
: Removed support for Bing search engine from XML Sitemap Engines.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3261215
: Removed support for Bing search engine from XML Sitemap Engines.
issue/xmlsitemap-3261215:3261215-bing-no-longer
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Issue #3261215: Removed support for Bing search engine from XML Sitemap Engines.
Dave Reid
requested to merge
issue/xmlsitemap-3261215:3261215-bing-no-longer
into
8.x-1.x
Jul 14, 2022
Overview
0
Commits
2
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
8.x-1.x
version 2
0ca1ffd5
Jul 14, 2022
version 1
6beafb47
Jul 14, 2022
8.x-1.x (base)
and
latest version
latest version
e581c294
2 commits,
Jul 14, 2022
version 2
0ca1ffd5
2 commits,
Jul 14, 2022
version 1
6beafb47
1 commit,
Jul 14, 2022
2 files
+
18
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
xmlsitemap_engines/xmlsitemap_engines.module
+
0
−
5
View file @ e581c294
Edit in single-file editor
Open in Web IDE
Show full file
@@ -204,11 +204,6 @@ function xmlsitemap_engines_xmlsitemap_engine_info() {
'url'
=>
'https://www.google.com/ping?sitemap=[sitemap]'
,
'help url'
=>
'https://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156184'
,
];
$engines
[
'bing'
]
=
[
'name'
=>
t
(
'Bing'
),
'url'
=>
'https://www.bing.com/ping?sitemap=[sitemap]'
,
'help url'
=>
'https://www.bing.com/webmaster/help/how-to-submit-sitemaps-82a15bd4'
,
];
return
$engines
;
}
Loading