Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 46791)
+++ wp-includes/functions.php	(working copy)
@@ -4957,7 +4957,7 @@
 					__( '%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.' ),
 					$hook,
 					$version,
-					$replacement
+					$replacement,
 				) . $message,
 				E_USER_DEPRECATED
 			);
@@ -4967,7 +4967,7 @@
 					/* translators: 1: WordPress hook name, 2: Version number. */
 					__( '%1$s is <strong>deprecated</strong> since version %2$s with no alternative available.' ),
 					$hook,
-					$version
+					$version,
 				) . $message,
 				E_USER_DEPRECATED
 			);
