Ignore:
Timestamp:
Oct 19, 2013, 1:04:11 PM (11 years ago)
Author:
mistic100
Message:

feature 2978: remove useless sprintf in the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/plugins_installed.tpl

    r23426 r25005  
    163163           
    164164          {if not empty($author)}
    165             | {'By %s'|@translate|@sprintf:$author}
     165            | {'By %s'|@translate:$author}
    166166          {/if}
    167167
     
    184184      <div class="pluginMiniBoxNameCell">
    185185        {$plugin.NAME}
    186         <a class="icon-info-circled-1 showInfo" title="{if !empty($author)}{'By %s'|@translate|@sprintf:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}"></a>
     186        <a class="icon-info-circled-1 showInfo" title="{if !empty($author)}{'By %s'|@translate:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}"></a>
    187187      </div>
    188188      <div class="pluginActions">
Note: See TracChangeset for help on using the changeset viewer.