Elgg  Version 2.3
delete.php
Go to the documentation of this file.
1 <?php
9 elgg_deprecated_notice('entities/delete action file has been deprecated. Use entity/delete action instead', '2.1');
10 
11 return require dirname(dirname(__FILE__)) . '/entity/delete.php';
elgg require
Throw an error if the required package isn&#39;t present.
Definition: elgglib.js:164
elgg_deprecated_notice($msg, $dep_version, $backtrace_level=1)
Log a notice about deprecated use of a function, view, etc.
Definition: elgglib.php:1098