mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@6309 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -147,4 +147,15 @@ if (!function_exists('stripos')) {
|
||||
}
|
||||
}
|
||||
|
||||
// Added in PHP 4.3.0?
|
||||
if (!defined('IMAGETYPE_GIF'))
|
||||
define('IMAGETYPE_GIF', 1);
|
||||
|
||||
if (!defined('IMAGETYPE_JPEG'))
|
||||
define('IMAGETYPE_JPEG', 2);
|
||||
|
||||
if (!defined('IMAGETYPE_PNG'))
|
||||
define('IMAGETYPE_PNG', 3);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user