preConvertPlural( $forms, 3 ); if ( $count == 1 ) { $index = 1; } elseif( $count == 2 ) { $index = 2; } else { $index = 3; } return $forms[$index]; } }