Make WordPress Core


Ignore:
Timestamp:
07/06/2016 12:39:01 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use 3-digit, x.x.x-style semantic versioning for _doing_it_wrong(), _deprecated_function(), _deprecated_argument(), and _deprecated_file() throughout core.

Props metodiew.
Fixes #36495.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/sidebar.php

    r37431 r37985  
    33 * @package WordPress
    44 * @subpackage Theme_Compat
    5  * @deprecated 3.0
     5 * @deprecated 3.0.0
    66 *
    77 * This file is here for backward compatibility with old themes and will be removed in a future version.
     
    1010    /* translators: %s: template name */
    1111    sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
    12     '3.0',
     12    '3.0.0',
    1313    null,
    1414    /* translators: %s: template name */
Note: See TracChangeset for help on using the changeset viewer.