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
!1
feature(petition): added text petition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(petition): added text petition
feature/text-petition
into
master
Overview
4
Commits
8
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Krzysztof Dyszczyk
requested to merge
feature/text-petition
into
master
3 years ago
Overview
4
Commits
8
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
0
0
Merge request reports
Viewing commit
771306f1
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
771306f1
feature(petition): added text petition
· 771306f1
Grzegorz Rola
authored
3 years ago
src/views/html-text-petition.php
+
1
−
1
View file @ 771306f1
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 %4$srate us %5$s in plugins repository%6$s'
,
'wp-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