Changeset 2629 for plugins/TaC/index.php
- Timestamp:
- 09/08/10 18:13:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/TaC/index.php
r2628 r2629 232 232 <li>'.sprintf(__('Your are connected as "%s"'),$user->screen_name).'</li> 233 233 <li>'.sprintf(__('It remains %s API hits'),$content->remaining_hits).'</li> 234 <li><a href="'.$p_url.'&a ction=clean">'.__('Disconnect and clean access').'</a></li>234 <li><a href="'.$p_url.'&action=clean">'.__('Disconnect and clean access').'</a></li> 235 235 </ul> 236 236 … … 251 251 echo ' 252 252 <fieldset><legend>'.__('Connect your blog with your twitter account through TaC').'</legend> 253 <p><a href="'.$p_url.'&a ction=redirect"><img src="index.php?pf=TaC/img/tac_light.png" alt="Sign in with Twitter"/></a></p>253 <p><a href="'.$p_url.'&action=redirect"><img src="index.php?pf=TaC/img/tac_light.png" alt="Sign in with Twitter"/></a></p> 254 254 </fieldset>'; 255 255 }
Note: See TracChangeset
for help on using the changeset viewer.