mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
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:
parent
b164e2ec30
commit
188458a604
9 changed files with 14 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue