_s: Adhere to updated WordPress core code formatting.

* Update PHPDoc.
* Add periods to the end of comment sentences.
* Limit line length to 80 chars.
* Use C++-style PHP comments only for function and file documentation.
This commit is contained in:
obenland 2013-11-07 15:41:41 -04:00
parent a7ce5b6f47
commit 6f63a0b39a
5 changed files with 43 additions and 43 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* WordPress.com-specific functions and definitions
* WordPress.com-specific functions and definitions.
*
* @package _s
*/