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/class-snoopy.php

    r37094 r37985  
    44 * Deprecated. Use WP_HTTP (http.php) instead.
    55 */
    6 _deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/http.php' );
     6_deprecated_file( basename( __FILE__ ), '3.0.0', WPINC . '/http.php' );
    77
    88if ( ! class_exists( 'Snoopy', false ) ) :
Note: See TracChangeset for help on using the changeset viewer.