aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ImageGallery.php
diff options
context:
space:
mode:
authorRob Church <robchurch@users.mediawiki.org>2007-01-05 01:07:04 +0000
committerRob Church <robchurch@users.mediawiki.org>2007-01-05 01:07:04 +0000
commit9095dd44a05fdcf4f19f8670d442a7680ff580eb (patch)
tree4b273f78a73cb6afdef2c1636c5edac812945122 /includes/ImageGallery.php
parentec5a5c1571c45402e20bc43db191bd9428d8de86 (diff)
downloadmediawikicore-9095dd44a05fdcf4f19f8670d442a7680ff580eb.tar.gz
mediawikicore-9095dd44a05fdcf4f19f8670d442a7680ff580eb.zip
Rename ImageGallery::setCaptionSafe() to ImageGallery::setCaptionHtml(), since as Simetrical points out...it's not actually safe :D
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/18824
Diffstat (limited to 'includes/ImageGallery.php')
-rw-r--r--includes/ImageGallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php
index 4fde005a392e..9d58b7f6d4b7 100644
--- a/includes/ImageGallery.php
+++ b/includes/ImageGallery.php
@@ -55,7 +55,7 @@ class ImageGallery
*
* @param $caption Caption
*/
- function setCaptionSafe( $caption ) {
+ function setCaptionHtml( $caption ) {
$this->mCaption = $caption;
}