Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
223
Merge Requests
223
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
1a993dbb
Commit
1a993dbb
authored
Jun 26, 2014
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2288185
by typhonius: Fixed Typos around the codebase for OPML.
parent
880deb27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/modules/aggregator/aggregator.routing.yml
core/modules/aggregator/aggregator.routing.yml
+1
-1
core/modules/views_ui/src/Tests/DisplayFeedTest.php
core/modules/views_ui/src/Tests/DisplayFeedTest.php
+1
-1
No files found.
core/modules/aggregator/aggregator.routing.yml
View file @
1a993dbb
...
...
@@ -35,7 +35,7 @@ aggregator.opml_add:
path
:
'
/admin/config/services/aggregator/add/opml'
defaults
:
_form
:
'
\Drupal\aggregator\Form\OpmlFeedAdd'
_title
:
'
Import
O
MP
L'
_title
:
'
Import
O
PM
L'
requirements
:
_permission
:
'
administer
news
feeds'
...
...
core/modules/views_ui/src/Tests/DisplayFeedTest.php
View file @
1a993dbb
...
...
@@ -40,7 +40,7 @@ public static function getInfo() {
* Tests feed display admin UI.
*/
public
function
testFeedUI
()
{
// Test both RSS and O
MP
L feeds.
// Test both RSS and O
PM
L feeds.
foreach
(
self
::
$testViews
as
$view_name
)
{
$this
->
checkFeedViewUi
(
$view_name
);
}
...
...
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