summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-04 12:04:08 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-04 12:04:08 +0100
commit51381c02f05a445caae979204821cbd0033b1893 (patch)
tree5f6590ffd55b375ae3305a56b863ce0a73b0c1d7 /Bugzilla
parent57cc97e041ff65b457fa94a1618699cf9bb9ca13 (diff)
downloadbugzilla-51381c02f05a445caae979204821cbd0033b1893.tar.gz
bugzilla-51381c02f05a445caae979204821cbd0033b1893.tar.xz
Make POD added in bug 737850 a bit clearer
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/Bug.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index f8a1f48ec..10209eafa 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -2176,9 +2176,9 @@ The same as L</get>.
=item Added in Bugzilla B<3.4>.
-=item Field names changed to be more consistent with other methods in Bugzilla B<4.4>.
-
-=item As of Bugzilla B<4.4>, field names now match names used by L<Bug.update|/"update"> for consistency.
+=item Field names returned by the C<field_name> field changed to be
+consistent with other methods. Since Bugzilla B<4.4>, they now match
+names used by L<Bug.update|/"update"> for consistency.
=back