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/functions.wp-styles.php

    r37674 r37985  
    9090            '<code>&lt;style&gt;</code>',
    9191            '<code>wp_add_inline_style()</code>'
    92         ), '3.7' );
     92        ), '3.7.0' );
    9393        $data = trim( preg_replace( '#<style[^>]*>(.*)</style>#is', '$1', $data ) );
    9494    }
Note: See TracChangeset for help on using the changeset viewer.