Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
woocommerce-quick-donation
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wordpress
woocommerce-quick-donation
Commits
fa3b9052
Commit
fa3b9052
authored
Apr 20, 2016
by
Varun Sridharan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #87 from guilro/master
Add i18n on donation button
parents
0334a3c3
43be83cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
donation-form.php
template/donation-form.php
+1
-1
single-donation-form.php
template/single-donation-form.php
+1
-1
No files found.
template/donation-form.php
View file @
fa3b9052
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</tr>
</tr>
<tr>
<tr>
<td></td>
<td></td>
<td><input
type=
"submit"
name=
"donation_add"
value=
"
Add Donation
"
/></td>
<td><input
type=
"submit"
name=
"donation_add"
value=
"
<?php
_e
(
'Add Donation'
,
WC_QD_TXT
)
?>
"
/></td>
</tr>
</tr>
</table>
</table>
...
...
template/single-donation-form.php
View file @
fa3b9052
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<?php
}
?>
<?php
}
?>
<?php
echo
$donation_price
;
?>
<?php
echo
$donation_price
;
?>
<input
type=
"submit"
name=
"donation_add"
value=
"
Add Donation
"
/>
<input
type=
"submit"
name=
"donation_add"
value=
"
<?php
_e
(
'Add Donation'
,
WC_QD_TXT
)
?>
"
/>
</form>
</form>
</div>
</div>
\ No newline at end of file
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