diff options
author | Rob Church <robchurch@users.mediawiki.org> | 2007-01-05 01:07:04 +0000 |
---|---|---|
committer | Rob Church <robchurch@users.mediawiki.org> | 2007-01-05 01:07:04 +0000 |
commit | 9095dd44a05fdcf4f19f8670d442a7680ff580eb (patch) | |
tree | 4b273f78a73cb6afdef2c1636c5edac812945122 /includes/ImageGallery.php | |
parent | ec5a5c1571c45402e20bc43db191bd9428d8de86 (diff) | |
download | mediawikicore-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.php | 2 |
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; } |