projects
/
WP-Themes
/
troutcreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66bab1
)
I updated the block image size.
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 17 Jul 2017 17:33:45 +0000
(13:33 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 17 Jul 2017 17:33:45 +0000
(13:33 -0400)
I updated the block image size to 300px.
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
965fb81
..
45d822c
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-119,7
+119,7
@@
function mytheme_init() {
add_action('init', 'mytheme_init', 10);
function wpse_setup_theme() {
- add_image_size('glm-block-image',
29
0, 190,true);
+ add_image_size('glm-block-image',
30
0, 190,true);
}
add_action( 'after_setup_theme', 'wpse_setup_theme' );