diff options
author | Sam Reed <reedy@users.mediawiki.org> | 2010-07-23 07:33:40 +0000 |
---|---|---|
committer | Sam Reed <reedy@users.mediawiki.org> | 2010-07-23 07:33:40 +0000 |
commit | 5387b8a806cb3ef5144136d05a9ebf5bcdee3b99 (patch) | |
tree | b866840ffa7c086889675e7037574e80c9908e1a /includes/api/ApiFormatYaml_spyc.php | |
parent | b2dc451c822014ba4fcf9f5d71819b7bebe5af77 (diff) | |
download | mediawikicore-5387b8a806cb3ef5144136d05a9ebf5bcdee3b99.tar.gz mediawikicore-5387b8a806cb3ef5144136d05a9ebf5bcdee3b99.zip |
Stylize API up to date
Fix spaces from r69755
Minor update to RELEASE-NOTES per r69753
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69777
Diffstat (limited to 'includes/api/ApiFormatYaml_spyc.php')
-rw-r--r-- | includes/api/ApiFormatYaml_spyc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiFormatYaml_spyc.php b/includes/api/ApiFormatYaml_spyc.php index 093ae3eb95f0..e10f0916ca3f 100644 --- a/includes/api/ApiFormatYaml_spyc.php +++ b/includes/api/ApiFormatYaml_spyc.php @@ -192,7 +192,7 @@ class Spyc { } else { if ( $key == '*' ) // bug 21922 - Quote asterix used as keys $key = "'*'"; - + // It's mapped if ( $value !== '' && !is_null( $value ) ) $string = $spaces . $key . ': ' . $value . "\n"; |