Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-wpdesk-rating-petition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
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-wpdesk-rating-petition
Merge requests
!14
bugfix(translations): text domain
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
bugfix(translations): text domain
feature/text-domain
into
master
Overview
0
Commits
1
Pipelines
1
Changes
5
Merged
Grzegorz Rola
requested to merge
feature/text-domain
into
master
2 months ago
Overview
0
Commits
1
Pipelines
1
Changes
5
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0fc609a0
1 commit,
2 months ago
5 files
+
11
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
src/views/html-text-petition.php
+
1
−
1
View file @ 0fc609a0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,7 +8,7 @@
?>
<div
class=
"wpdesk-rating-petition"
style=
"text-align:
<?php
echo
esc_attr
(
$text_align
);
?>
;"
>
<?php
echo
wp_kses_post
(
sprintf
(
__
(
'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository →%6$s'
,
'wpdesk-rating-petition'
),
__
(
'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository →%6$s'
,
'
wp-
wpdesk-rating-petition'
),
'<span class="heart">♥</span>'
,
$plugin_author
,
'<span class="plugin-title">'
.
$plugin_title
.
'</span>'
,
Loading