Cleanup /format pre-move

This commit is contained in:
Hypolite Petovan
2017-04-30 00:01:26 -04:00
parent f77632378b
commit 56ee734b00
85 changed files with 522 additions and 581 deletions

View File

@@ -1,7 +1,6 @@
<?php /** @file */
<?php
/**
*
* Poke, prod, finger, or otherwise do unspeakable things to somebody - who must be a connection in your address book
* This function can be invoked with the required arguments (verb and cid and private and possibly parent) silently via ajax or
* other web request. You must be logged in and connected to a profile.
@@ -13,7 +12,7 @@
* private creates a private conversation with the recipient. Otherwise your profile's default post privacy is used.
*
*/
* @file mod/poke.php
require_once('include/security.php');
require_once('include/bbcode.php');
require_once('include/items.php');