diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-04 12:04:08 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-04 12:04:08 +0100 |
commit | 51381c02f05a445caae979204821cbd0033b1893 (patch) | |
tree | 5f6590ffd55b375ae3305a56b863ce0a73b0c1d7 | |
parent | 57cc97e041ff65b457fa94a1618699cf9bb9ca13 (diff) | |
download | bugs-51381c02f05a445caae979204821cbd0033b1893.tar bugs-51381c02f05a445caae979204821cbd0033b1893.tar.gz bugs-51381c02f05a445caae979204821cbd0033b1893.tar.bz2 bugs-51381c02f05a445caae979204821cbd0033b1893.tar.xz bugs-51381c02f05a445caae979204821cbd0033b1893.zip |
Make POD added in bug 737850 a bit clearer
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 6 |
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 |