Make WordPress Core


Ignore:
Timestamp:
12/12/2015 03:36:36 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Fix some minor DocBlock alignment issues.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r35848 r35885  
    11961196 *
    11971197 * @deprecated 2.5.0
    1198 */
     1198 */
    11991199function gzip_compression() {
    12001200    _deprecated_function( __FUNCTION__, '2.5' );
     
    16141614 * @deprecated 2.8.0 Use the_author_meta()
    16151615 * @see the_author_meta()
    1616 */
     1616 */
    16171617function the_author_ID() {
    16181618    _deprecated_function( __FUNCTION__, '2.8', 'the_author_meta(\'ID\')' );
Note: See TracChangeset for help on using the changeset viewer.