UnderstrapFramework
|
2f752095a6
|
Merge pull request #1009 from ylkyrg/yoda-conditions
Yoda conditions
|
2019-12-13 11:57:53 +00:00 |
UnderstrapFramework
|
9af15d7b11
|
Update wp-admin.php
|
2019-12-13 11:57:02 +00:00 |
UnderstrapFramework
|
b7e3d19ab5
|
Merge pull request #1015 from IanDelMar/editor
Add DocBlocks
|
2019-12-13 11:34:06 +00:00 |
UnderstrapFramework
|
c15a0de31d
|
Merge pull request #1010 from ylkyrg/capital-s
Capital S
|
2019-12-13 11:33:28 +00:00 |
UnderstrapFramework
|
e926ed9021
|
Merge pull request #1012 from IanDelMar/patch-6
Use bootstrap class
|
2019-12-13 11:28:27 +00:00 |
UnderstrapFramework
|
124b606a31
|
Merge pull request #1030 from lu4sh1i/patch-1
Update template-tags.php
|
2019-12-13 11:27:08 +00:00 |
UnderstrapFramework
|
cf100502d7
|
Merge pull request #1043 from IanDelMar/patch-7
Fix typo
|
2019-12-13 11:16:42 +00:00 |
UnderstrapFramework
|
00cf4043d3
|
Merge pull request #1057 from IanDelMar/theme-settings
Add filter hooks
|
2019-12-13 11:14:15 +00:00 |
UnderstrapFramework
|
311d330c72
|
Merge pull request #1058 from IanDelMar/patch-8
Fix static hero CSS class
|
2019-12-13 11:13:44 +00:00 |
UnderstrapFramework
|
87360068c1
|
Merge pull request #1060 from IanDelMar/aria-current
Add aria-current
|
2019-12-13 11:12:51 +00:00 |
UnderstrapFramework
|
cd6b58df53
|
Merge pull request #1061 from IanDelMar/strict-comparison
Use strict comparison
|
2019-12-13 11:12:11 +00:00 |
UnderstrapFramework
|
d7a7be8a3b
|
Merge pull request #1072 from IanDelMar/body-attributes
Body attributes
|
2019-12-13 11:04:04 +00:00 |
Andrew Schultz
|
522bb8fdf2
|
Add ability to modify ul classes
The second parameter to the function was not being utilized. I have made it output any classes passed to the class tag of the list.
|
2019-12-13 17:28:06 +07:00 |
IanDelMar
|
7a63872671
|
Move schema markup to body element
Removes schema markup from the div#wrapper-navbar element.
Re-adds the schema markup on the body element via filter.
|
2019-12-03 08:19:45 +01:00 |
IanDelMar
|
a2bbdb0eb7
|
Add understrap_body_attributes()
Function to display attributes for the body element. Attributes may be added via the filter `understrap_body_attributes`
|
2019-12-03 08:15:46 +01:00 |
IanDelMar
|
628601415b
|
No period for summary in file headers
According to WP's PHP documentation standards on file headers. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers.
|
2019-11-14 18:16:31 +01:00 |
IanDelMar
|
a4f7316e08
|
Use strict comparison
|
2019-11-09 12:12:25 +01:00 |
IanDelMar
|
c985f696ac
|
Add aria-current
See https://core.trac.wordpress.org/changeset/42808
|
2019-11-09 11:20:38 +01:00 |
IanDelMar
|
0efdd8c821
|
Fix static hero CSS class
Wrong CSS class mistakenly introduced in PR #802
|
2019-11-07 22:47:45 +01:00 |
IanDelMar
|
10c2597b64
|
Make priority filterable
|
2019-11-07 22:11:14 +01:00 |
IanDelMar
|
95415cd098
|
Fix identation
|
2019-11-07 22:05:37 +01:00 |
IanDelMar
|
527118bd2f
|
Add filter to theme default settings
|
2019-11-07 11:16:16 +01:00 |
IanDelMar
|
aaf2da70f0
|
Add missing parameter type
|
2019-11-03 10:45:09 +01:00 |
UnderstrapFramework
|
ccd1075c89
|
Create wp-admin.php
|
2019-10-29 16:18:14 +00:00 |
IanDelMar
|
4ba652edfe
|
Fix typo
|
2019-10-06 09:59:56 +02:00 |
Pavlic
|
681898a422
|
Update template-tags.php
Removes unnecessary space inside the author <a> tag and adds it just before opening it
|
2019-08-28 03:11:43 +03:00 |
IanDelMar
|
669b75104b
|
Add DocBlocks
* Add DocBlocks for functions
* Rename argument for `understrap_tiny_mce_style_formats`
* Use wp_json_encode instead of json_encode
|
2019-07-23 10:31:23 +02:00 |
IanDelMar
|
7808d0c4fd
|
Use bootstrap class
|
2019-07-22 04:47:29 +02:00 |
Gary Kealy
|
2dac14e6c1
|
Capital S
|
2019-07-18 17:21:25 +01:00 |
Gary Kealy
|
bc3c4cb375
|
Yoda conditions
|
2019-07-18 16:48:04 +01:00 |
Gary Kealy
|
afca2ffb56
|
Remove closing php tags at end of files
|
2019-07-04 15:58:08 +01:00 |
Gary Kealy
|
327e0ddb59
|
Fix some minor phpcs errors
|
2019-07-04 15:53:03 +01:00 |
Gary Kealy
|
600eb39883
|
Use shorter ABSPATH check
|
2019-06-20 09:57:12 +01:00 |
Thomas A. Reinert
|
369a06d182
|
Merge pull request #977 from IanDelMar/patch-7
Fix for #976
|
2019-06-07 01:06:49 +02:00 |
Thomas A. Reinert
|
ab9c9a3c78
|
Fixes #973
|
2019-06-04 12:55:00 +02:00 |
IanDelMar
|
2334f6a9c4
|
Fix for #976
Declare `wc_reviews_enabled()` and `wc_reviews_enabled()` on frontend only.
|
2019-05-18 10:36:25 +02:00 |
Chris Allen
|
447674355c
|
Fix theme support for WooCommerce
Looks like the add_theme_support() call should be 'woocommerce' and not 'understrap'.
|
2019-05-08 20:56:21 +01:00 |
IanDelMar
|
8b841fb3e2
|
WooCommerce backward compatibility. Fix for #961
`wc_review_ratings_enable` was added in WC 3.6.0. Calling it in WC 3.5.x throws a fatal error. See #961
|
2019-04-29 23:42:07 +02:00 |
Holger Koenemann
|
cac4962ddb
|
Update Woocommerce version info
|
2019-04-22 18:38:43 +02:00 |
Holger Koenemann
|
705bd724d9
|
Update enqueue.php
|
2019-04-14 07:01:02 +02:00 |
Holger Koenemann
|
9f848d858f
|
Fixing https://github.com/understrap/understrap/issues/946
|
2019-04-14 06:54:10 +02:00 |
Marie Comet
|
f663655b7a
|
Add responsive embed support
Related to https://github.com/understrap/understrap/issues/931
|
2019-03-08 19:38:29 +01:00 |
Lon Koenig
|
6fcf1e9720
|
Make understrap_mobile_web_app_meta() and understrap_pingback() pluggable.
|
2019-02-19 10:22:29 -06:00 |
IanDelMar
|
89464f0d4f
|
Add deprecated.php
|
2019-01-29 00:02:25 +01:00 |
IanDelMar
|
52b028e1be
|
Escape translation
|
2018-12-28 10:37:14 +01:00 |
Holger
|
c85f9e08e9
|
Merge pull request #879 from IanDelMar/patch-3
Fix indentation - thx again @IanDelMar
|
2018-12-28 09:36:00 +01:00 |
IanDelMar
|
9779563248
|
Fix space usage
|
2018-12-26 11:26:22 +01:00 |
IanDelMar
|
f5edb00c9f
|
Fix spacing
|
2018-12-26 11:22:37 +01:00 |
IanDelMar
|
c014366a48
|
Fix spacing
|
2018-12-25 19:19:42 +01:00 |
IanDelMar
|
77bc390ee7
|
Fix spacing
|
2018-12-25 19:17:09 +01:00 |