Changeset 12541


Ignore:
Timestamp:
Nov 4, 2011, 11:13:00 AM (12 years ago)
Author:
plg
Message:

merge r12540 from branch 2.3 to trunk

bug 2492 fixed: no need to transmit hit to get_thumbnail_title, this parameter becomes optional to avoid errors in plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r12451 r12541  
    799799  $details = array();
    800800
    801   if ($info['hit'] != 0)
     801  if (!empty($info['hit']))
    802802  {
    803803    $details[] = $info['hit'].' '.strtolower(l10n('Visits'));
Note: See TracChangeset for help on using the changeset viewer.