Skip to content

Commit

Permalink
MDL-50051 core: Add deprecated tags to deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jul 19, 2016
1 parent 36a19ec commit 2a72354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/deprecatedlib.php
Expand Up @@ -460,6 +460,8 @@ function css_minify_css($files) {

/**
* Hack to find out the GD version by parsing phpinfo output
*
* @deprecated
*/
function check_gd_version() {
throw new coding_exception('check_gd_version() is removed, GD extension is always available now');
Expand Down Expand Up @@ -2762,6 +2764,7 @@ function tag_delete_instance($record_type, $record_id, $tagid, $userid = null) {
* Find all records tagged with a tag of a given type ('post', 'user', etc.)
*
* @package core_tag
* @deprecated since 3.1
* @category tag
* @param string $tag tag to look for
* @param string $type type to restrict search to. If null, every matching record will be returned
Expand Down

0 comments on commit 2a72354

Please sign in to comment.