MDL-50049 deprecation: Extra minor fixes.

- complete and cleanup upgrade.txt
- replace remaining uses in comments.
- fix some incorrect bulk-replacement in previous commit.
This commit is contained in:
Eloy Lafuente (stronk7) 2015-07-10 01:59:31 +02:00
parent b164e2ec30
commit 188458a604
9 changed files with 14 additions and 12 deletions

View file

@ -443,7 +443,7 @@ abstract class question_engine {
/**
* Returns the valid choices for the number of decimal places for showing
* question marks. For use in the user interface.
* @return array suitable for passing to {@link choose_from_menu()} or similar.
* @return array suitable for passing to {@link html_writer::select()} or similar.
*/
public static function get_dp_options() {
return question_display_options::get_dp_options();
@ -646,7 +646,7 @@ class question_display_options {
* Calling code should probably use {@link question_engine::get_dp_options()}
* rather than calling this method directly.
*
* @return array suitable for passing to {@link choose_from_menu()} or similar.
* @return array suitable for passing to {@link html_writer::select()} or similar.
*/
public static function get_dp_options() {
$options = array();