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
87bc8caa
Commit
87bc8caa
authored
Nov 06, 2015
by
Varun Sridharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed #50
parent
2bd6d33c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
class-quick-donation-functions.php
includes/class-quick-donation-functions.php
+1
-1
woocommerce-quick-donation.php
woocommerce-quick-donation.php
+2
-2
No files found.
includes/class-quick-donation-functions.php
View file @
87bc8caa
...
@@ -116,7 +116,7 @@ class WooCommerce_Quick_Donation_Functions {
...
@@ -116,7 +116,7 @@ class WooCommerce_Quick_Donation_Functions {
return
self
::
$project_db_list
;
return
self
::
$project_db_list
;
}
}
$args
=
array
(
$args
=
array
(
'posts_per_page'
=>
0
,
'posts_per_page'
=>
-
1
,
'offset'
=>
0
,
'offset'
=>
0
,
'category'
=>
''
,
'category'
=>
''
,
'category_name'
=>
''
,
'category_name'
=>
''
,
...
...
woocommerce-quick-donation.php
View file @
87bc8caa
...
@@ -133,7 +133,7 @@ class WooCommerce_Quick_Donation {
...
@@ -133,7 +133,7 @@ class WooCommerce_Quick_Donation {
self
::
$db
=
new
WooCommerce_Quick_Donation_DB
;
self
::
$db
=
new
WooCommerce_Quick_Donation_DB
;
self
::
$f
=
new
WooCommerce_Quick_Donation_Functions
;
self
::
$f
=
new
WooCommerce_Quick_Donation_Functions
;
self
::
$email
=
new
WooCommerce_Quick_Donation_Emails_Functions
;
self
::
$email
=
new
WooCommerce_Quick_Donation_Emails_Functions
;
self
::
$settings
=
new
WooCommerce_Quick_Donation_Settings
;
if
(
$this
->
is_request
(
'frontend'
)){
if
(
$this
->
is_request
(
'frontend'
)){
self
::
$shortcode
=
new
WooCommerce_Quick_Donation_Shortcode
;
self
::
$shortcode
=
new
WooCommerce_Quick_Donation_Shortcode
;
$this
->
donation
=
new
WooCommerce_Quick_Donation_Process
;
$this
->
donation
=
new
WooCommerce_Quick_Donation_Process
;
...
@@ -144,7 +144,7 @@ class WooCommerce_Quick_Donation {
...
@@ -144,7 +144,7 @@ class WooCommerce_Quick_Donation {
$this
->
admin
=
new
WooCommerce_Quick_Donation_Admin
;
$this
->
admin
=
new
WooCommerce_Quick_Donation_Admin
;
}
}
self
::
$settings
=
new
WooCommerce_Quick_Donation_Settings
;
}
}
...
...
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