block content-type (called ITEM_BUILDBLOCK to avoid confusion with content that is blocked)
This commit is contained in:
1
boot.php
1
boot.php
@@ -454,6 +454,7 @@ define ( 'ITEM_DELETED', 0x0010);
|
||||
define ( 'ITEM_UNPUBLISHED', 0x0020);
|
||||
define ( 'ITEM_WEBPAGE', 0x0040); // is a static web page, not a conversational item
|
||||
define ( 'ITEM_DELAYED_PUBLISH', 0x0080);
|
||||
define ( 'ITEM_BUILDBLOCK', 0x0100); // Named thusly to make sure nobody confuses this with ITEM_BLOCKED
|
||||
|
||||
/**
|
||||
* Item Flags
|
||||
|
||||
Reference in New Issue
Block a user