X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fattachment_common.php;h=871a1344020237fb85e94137a54c937af9c36355;hb=f8a1ed5aa365d515e4e2ac3602f900bfb9447fce;hp=69a722c877986dfb33bbf6214a6ec505f71cefbd;hpb=3169f0641f5cf8f9c5318c5da98c94116aaf6849;p=squirrelmail.git diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 69a722c8..871a1344 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -169,7 +169,7 @@ function attachment_common_link_html(&$Args) { } /** - * Adds href and text keys to attachment_common array for image attachments + * Adds href and text keys to attachment_common array for image attachments * @param array $Args attachment $type hook arguments * @since 1.2.0 */ @@ -195,7 +195,7 @@ function attachment_common_link_image(&$Args) { } /** - * Adds href and text keys to attachment_common array for vcard attachments + * Adds href and text keys to attachment_common array for vcard attachments * @param array $Args attachment $type hook arguments * @since 1.2.0 */ @@ -214,7 +214,7 @@ function attachment_common_link_vcard(&$Args) { /** * Processes octet-stream attachments. - * Calls attachment_common-load_mime_types and attachment $type hooks. + * Calls attachment_common-load_mime_types and attachment $type hooks. * @param array $Args attachment $type hook arguments * @since 1.2.0 */