Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Taxonomy List Widget
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WP Plugins
Taxonomy List Widget
Compare revisions
170ea81c6a1c5a12b2d188c09298ba69ba196502 to d7cd8a59c65dc1b4cc4b7ba8c63c988922d12a97
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
wp-plugins/taxonomy-list-widget
Select target project
No results found
d7cd8a59c65dc1b4cc4b7ba8c63c988922d12a97
Select Git revision
Branches
develop
master
Tags
v1.3.1
v1.3.2
4 results
Swap
Target
wp-plugins/taxonomy-list-widget
Select target project
wp-plugins/taxonomy-list-widget
1 result
170ea81c6a1c5a12b2d188c09298ba69ba196502
Select Git revision
Branches
develop
master
Tags
v1.3.1
v1.3.2
4 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix text domain in PHPCS
· c1b25afc
Erick Hitter
authored
2 years ago
c1b25afc
Merge branch 'fix/text-domain' into 'master'
· d7cd8a59
Erick Hitter
authored
2 years ago
Fix text domain in PHPCS See merge request
!10
d7cd8a59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.phpcs.xml.dist
+1
-1
1 addition, 1 deletion
.phpcs.xml.dist
with
1 addition
and
1 deletion
.phpcs.xml.dist
View file @
d7cd8a59
...
...
@@ -39,7 +39,7 @@
<rule
ref=
"WordPress.WP.I18n"
>
<properties>
<!-- Value: replace the text domain used. -->
<property
name=
"text_domain"
type=
"array"
value=
"ta
xonomy_
list
_
widget"
/>
<property
name=
"text_domain"
type=
"array"
value=
"ta
g-
list
-
widget"
/>
</properties>
</rule>
<rule
ref=
"WordPress.WhiteSpace.ControlStructureSpacing"
>
...
...
This diff is collapsed.
Click to expand it.