Make WordPress Core


Ignore:
Timestamp:
06/04/2014 05:34:37 AM (10 years ago)
Author:
DrewAPicture
Message:

Make sure to use 3-digit x.x.x style for two 3.9.0 @since versions.

Props netweb.
Fixes #28446.

File:
1 edited

Legend:

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

    r28352 r28658  
    2424     *
    2525     * @since 2.5.0
    26      * 
     26     *
    2727     * @see got_url_rewrite()
    2828     *
     
    4848     *
    4949     * @since 3.7.0
    50      * 
     50     *
    5151     * @param bool $got_url_rewrite Whether URL rewriting is available.
    5252     */
     
    805805 * Autosave with heartbeat
    806806 *
    807  * @since 3.9
     807 * @since 3.9.0
    808808 */
    809809function heartbeat_autosave( $response, $data ) {
Note: See TracChangeset for help on using the changeset viewer.