Skip to content

Commit

Permalink
4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbart committed Feb 5, 2020
1 parent bc4b9c4 commit 711681d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/classes/class-helpful-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static function get_instance()
*
* @return string
*/
public function add_to_content( string $content )
public function add_to_content( $content )
{
global $post;

Expand Down Expand Up @@ -126,7 +126,7 @@ public function add_to_content( string $content )
*
* @return string
*/
public function shortcode_helpful( array $atts, string $content = '' )
public function shortcode_helpful( $atts, $content = '' )
{
global $post;

Expand Down
2 changes: 1 addition & 1 deletion helpful.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Helpful
* Description: Add a fancy feedback form under your posts or post-types and ask your visitors a question. Give them the abbility to vote with yes or no.
* Version: 4.2.4
* Version: 4.2.5
* Author: Pixelbart
* Author URI: https://pixelbart.de
* Text Domain: helpful
Expand Down

0 comments on commit 711681d

Please sign in to comment.