Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-basic-requirements
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-basic-requirements
Merge requests
!9
major bugfix for translable/translatable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
major bugfix for translable/translatable
bugfix/make-compatible
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Krzysztof Dyszczyk
requested to merge
bugfix/make-compatible
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9fc47b01
1 commit,
6 years ago
2 files
+
14
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/Translable.php
0 → 100644
+
9
−
0
View file @ 9fc47b01
Edit in single-file editor
Open in Web IDE
<?php
/**
* @deprecated Have typo so better use WPDesk_Translatable
*/
interface
WPDesk_Translable
{
/** @return string */
public
function
get_text_domain
();
}
\ No newline at end of file
Loading