From 9ac9cff4c4e66b6ebca111a3bebbc402425bcc17 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 26 Jan 2016 09:58:28 -0500 Subject: [PATCH] Correct method visibility error --- jigsaw.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jigsaw.php b/jigsaw.php index efd90e0..6c42336 100644 --- a/jigsaw.php +++ b/jigsaw.php @@ -4,7 +4,7 @@ Plugin Name: Jigsaw Description: Simple ways to make admin customizations for WordPress Author: Jared Novack + Upstatement - Version: 0.6.1 + Version: 0.6.2 Author URI: http://jigsaw.upstatement.com/ */ @@ -163,7 +163,7 @@ public static function add_user_column( $label, $callback, $priority = 10 ) { }, 10, 3); } - protected static function column_title_filter( $columns, $label, $priority ) { + static function column_title_filter( $columns, $label, $priority ) { $key = sanitize_title( $label ); $col = array( $key => $label ); if ( $priority < 0 ) { diff --git a/readme.txt b/readme.txt index ba473ba..521dc32 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: jarednova Tags: admin, configuration Requires at least: 3.7 -Stable tag: 0.6.1 +Stable tag: 0.6.2 Tested up to: 4.0 PHP version: 5.3.0 or greater License: GPLv2 or later @@ -26,6 +26,9 @@ Please use the [GitHub repo](https://github.com/upstatement/jigsaw/issues?state= == Changelog == += 0.6.2 = +* Fixed method visibility error + = 0.6.1 = * Fixed error in PHP 5.3