Index: l10n.php
===================================================================
--- l10n.php	(revision 17488)
+++ l10n.php	(working copy)
@@ -269,6 +269,7 @@
  *  $message = $messages[$type];
  *  $usable_text = sprintf( translate_nooped_plural( $message, $count ), $count );
  *
+ * @see _nx_noop()
  * @since 2.5
  * @param string $single Single form to be i18ned
  * @param string $plural Plural form to be i18ned
@@ -282,6 +283,7 @@
  * Register plural strings with context in POT file, but don't translate them.
  *
  * @see _n_noop()
+ * @since 2.5
  */
 function _nx_noop( $singular, $plural, $context ) {
 	return array( 0 => $singular, 1 => $plural, 2 => $context, 'singular' => $singular, 'plural' => $plural, 'context' => $context );

