コード例 #1
0
ファイル: template.php プロジェクト: samj1912/repo
 /**
  * Make preview_icon available as a simple function
  *
  * @param string $path path to file
  * @return string to the preview of the image
  * @since 8.0.0
  */
 public static function preview_icon($path)
 {
     return \preview_icon($path);
 }
コード例 #2
0
ファイル: template.php プロジェクト: Combustible/core
/**
 * Make preview_icon available as a simple function
 * @param string $path path to file
 * @return string to the preview of the image
 */
function preview_icon($path)
{
    return \preview_icon($path);
}