Skip to content

Commit 8e8ba23

Browse files
authored
Merge pull request #3 from benchmarkstudios/master
import changes
2 parents fa0983d + 3dad157 commit 8e8ba23

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
* Add dependencies that were missing while using yarn
77

88
## 2.0.1
9-
109
* Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size.
1110
* Add CHANGELOG.MD to track changes
1211
* Tidy up formatting using PHP-CS-Fixer (mostly spacing)
1312
* Update README.MD dependencies
1413

1514
## 2.0.0
16-
1715
* Refreshed tooling using Elixir with lots of improvements

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function barebones_tiny_mce_before_init($settings)
181181
* @param int $post_id post id
182182
* @param boolean $icon if no image found, display icon
183183
*/
184-
function get_post_thumbnail_url( $size = 'full', $post_id, $icon = false )
184+
function get_post_thumbnail_url( $size = 'full', $post_id = false, $icon = false )
185185
{
186186
if(!$post_id) {
187187
$post_id = get_the_ID();

0 commit comments

Comments
 (0)