Changeset 681308
- Timestamp:
- 03/13/2013 03:46:32 PM (13 years ago)
- Location:
- show-hide-author
- Files:
-
- 2 edited
-
tags/2.2/show_hide_author.php (modified) (1 diff)
-
trunk/show_hide_author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
show-hide-author/tags/2.2/show_hide_author.php
r680955 r681308 358 358 var regex = '\\|\\s*<\/span>\\s*<span class="meta-author">\\s*<a(.*?)\/a>'; 359 359 break; 360 case 'wp-clearphoto1' : 361 var classes = ['meta']; 362 var regex = '\\|\\s*<\/span>\\s*<span class="meta-author">\\s*<a(.*?)\/a>'; 363 break; 360 364 default: 361 365 var classes = ['entry-meta']; -
show-hide-author/trunk/show_hide_author.php
r680954 r681308 358 358 var regex = '\\|\\s*<\/span>\\s*<span class="meta-author">\\s*<a(.*?)\/a>'; 359 359 break; 360 case 'wp-clearphoto1' : 361 var classes = ['meta']; 362 var regex = '\\|\\s*<\/span>\\s*<span class="meta-author">\\s*<a(.*?)\/a>'; 363 break; 360 364 default: 361 365 var classes = ['entry-meta'];
Note: See TracChangeset
for help on using the changeset viewer.