Changeset 677018
- Timestamp:
- 03/06/2013 07:06:55 PM (13 years ago)
- Location:
- show-hide-author/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
show_hide_author.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
show-hide-author/trunk/readme.txt
r668325 r677018 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.5 7 Stable tag: 2. 07 Stable tag: 2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 * Magnificent by ElegantThemes 30 30 * Portfolio Press by Devin Price 31 * Clearphoto by Solostream 31 32 32 33 = Problems with the plugin? = -
show-hide-author/trunk/show_hide_author.php
r676977 r677018 3 3 Plugin Name: Show Hide Author 4 4 Description: Choose whether to show or hide the author name. 5 Version: 2. 05 Version: 2.1 6 6 Author: Michael Spyratos 7 7 Author URI: http://mspyratos.com/ … … 356 356 case 'wp-clearphoto' : 357 357 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>'; 359 359 break; 360 360 default:
Note: See TracChangeset
for help on using the changeset viewer.