Version Description
Download this release
Release Info
Developer | mspyratos |
Plugin | Show Hide Author |
Version | 2.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.1
- readme.txt +2 -1
- show_hide_author.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EP9SL
|
|
4 |
Tags: show author, hide author, remove author, author name
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -28,6 +28,7 @@ With this plugin you can choose whether to show or hide the author's name from s
|
|
28 |
* Theme Revenge on themerevenge.com
|
29 |
* Magnificent by ElegantThemes
|
30 |
* Portfolio Press by Devin Price
|
|
|
31 |
|
32 |
= Problems with the plugin? =
|
33 |
|
4 |
Tags: show author, hide author, remove author, author name
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
28 |
* Theme Revenge on themerevenge.com
|
29 |
* Magnificent by ElegantThemes
|
30 |
* Portfolio Press by Devin Price
|
31 |
+
* Clearphoto by Solostream
|
32 |
|
33 |
= Problems with the plugin? =
|
34 |
|
show_hide_author.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Show Hide Author
|
4 |
Description: Choose whether to show or hide the author name.
|
5 |
-
Version: 2.
|
6 |
Author: Michael Spyratos
|
7 |
Author URI: http://mspyratos.com/
|
8 |
License: GPL2
|
@@ -355,7 +355,7 @@ function remove_the_by() {
|
|
355 |
break;
|
356 |
case 'wp-clearphoto' :
|
357 |
var classes = ['meta'];
|
358 |
-
var regex = '
|
359 |
break;
|
360 |
default:
|
361 |
var classes = ['entry-meta'];
|
2 |
/*
|
3 |
Plugin Name: Show Hide Author
|
4 |
Description: Choose whether to show or hide the author name.
|
5 |
+
Version: 2.1
|
6 |
Author: Michael Spyratos
|
7 |
Author URI: http://mspyratos.com/
|
8 |
License: GPL2
|
355 |
break;
|
356 |
case 'wp-clearphoto' :
|
357 |
var classes = ['meta'];
|
358 |
+
var regex = '\\|\\s*<\/span>\\s*<span class="meta-author">\\s*<a(.*?)\/a>';
|
359 |
break;
|
360 |
default:
|
361 |
var classes = ['entry-meta'];
|