Plugin Directory

Changeset 677018


Ignore:
Timestamp:
03/06/2013 07:06:55 PM (13 years ago)
Author:
mspyratos
Message:

Added theme support

Location:
show-hide-author/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • show-hide-author/trunk/readme.txt

    r668325 r677018  
    55Requires at least: 3.0.1
    66Tested up to: 3.5
    7 Stable tag: 2.0
     7Stable tag: 2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929* Magnificent by ElegantThemes
    3030* Portfolio Press by Devin Price
     31* Clearphoto by Solostream
    3132
    3233= Problems with the plugin? =
  • show-hide-author/trunk/show_hide_author.php

    r676977 r677018  
    33Plugin Name: Show Hide Author
    44Description: Choose whether to show or hide the author name.
    5 Version: 2.0
     5Version: 2.1
    66Author: Michael Spyratos
    77Author URI: http://mspyratos.com/
     
    356356            case 'wp-clearphoto' :
    357357                    var classes = ['meta'];
    358                     var regex = ' \|\s+<\/span>\s+<span class="meta-author">(.*?)\/span>';
     358                    var regex = '\\|\\s*<\/span>\\s*<span class="meta-author">\\s*<a(.*?)\/a>';
    359359                    break;
    360360            default:
Note: See TracChangeset for help on using the changeset viewer.