From 4b0026c6928d340a3e5b3353ce91e431ce844849 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Sat, 24 May 2014 16:10:46 -0300 Subject: [PATCH] Fix doc comments on get[General](Short|Long)Desc Follow up f3cc3980bc78afdb where somehow I managed to do this. Change-Id: I25e5a01ddbecd1a991f6d121a7ac3f3598004b25 --- includes/media/MediaHandler.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/media/MediaHandler.php b/includes/media/MediaHandler.php index ab8fa14feb..f131af4d67 100644 --- a/includes/media/MediaHandler.php +++ b/includes/media/MediaHandler.php @@ -573,7 +573,7 @@ abstract class MediaHandler { } /** - * Used instead of getLongDesc if there is no handler registered for file. + * Short description. Shown on Special:Search results. * * @param File $file * @return string @@ -585,7 +585,7 @@ abstract class MediaHandler { } /** - * Short description. Shown on Special:Search results. + * Long description. Shown under image on image description page surounded by (). * * @param File $file * @return string @@ -598,7 +598,7 @@ abstract class MediaHandler { } /** - * Long description. Shown under image on image description page surounded by (). + * Used instead of getShortDesc if there is no handler registered for file. * * @param File $file * @return string @@ -610,7 +610,7 @@ abstract class MediaHandler { } /** - * Used instead of getShortDesc if there is no handler registered for file. + * Used instead of getLongDesc if there is no handler registered for file. * * @param File $file * @return string -- 2.20.1