예제 #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
/**
 * 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);
}