Przeglądaj źródła

fix formating. phpdoc complained about unknown tag.

tokul 20 lat temu
rodzic
commit
dca373c70d
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      functions/identity.php

+ 3 - 2
functions/identity.php

@@ -13,8 +13,9 @@
  * @since 1.4.2
  */
 
-/** @ignore
- * Used to simplify includes */
+/** Used to simplify includes
+ * @ignore
+ */
 if (!defined('SM_PATH')) {
     define('SM_PATH','../');
 }