]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/atomlib.php
WordPress 3.5.1-scripts
[autoinstalls/wordpress.git] / wp-includes / atomlib.php
index 9c2335c6612d71f39d8cb6597b5301b43b702472..c6f2f24750d74ad578c58ca373dc7318f3e99e37 100644 (file)
@@ -1,12 +1,12 @@
 <?php
-/*
+/**
  * Atom Syndication Format PHP Library
  *
  * @package AtomLib
  * @link http://code.google.com/p/phpatomlib/
  *
- * @author: Elias Torres <elias@torrez.us>
- * @version: 0.4
+ * @author Elias Torres <elias@torrez.us>
+ * @version 0.4
  * @since 2.3
  */
 
@@ -350,5 +350,3 @@ class AtomParser {
                 $string );
     }
 }
-
-?>