Changeset 151107
- Timestamp:
- 09/01/2009 01:01:18 PM (17 years ago)
- Location:
- wp-external-links-bar/trunk
- Files:
-
- 2 edited
-
wp-elb.admin.php (modified) (1 diff)
-
wp-elb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-external-links-bar/trunk/wp-elb.admin.php
r151091 r151107 155 155 156 156 <th scope="row"> 157 <?php echo __('activate on author links')?>157 <?php echo __('activate on comment\'s author links')?> 158 158 </th> 159 159 <td> -
wp-external-links-bar/trunk/wp-elb.php
r151091 r151107 27 27 global $class; 28 28 return $class->searchLinks($content); 29 } 29 30 30 }31 31 function elb_onlyLinks($content){ 32 32 global $class;
Note: See TracChangeset
for help on using the changeset viewer.