blob: 55191a9e44d1ab1fc292d217b9e5377e37f8e55c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* Deactive Tidypics
*
* @author Cash Costello
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2
*/
update_subtype('object', 'album');
update_subtype('object', 'image');
|