Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:13:36 PM (16 years ago)
Author:
nacin
Message:

Change @since 3.0 to @since 3.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r13814 r13827  
    20412041 * Prints the ajax url on the front end
    20422042 *
    2043  * @since 3.0
     2043 * @since 3.0.0
    20442044 **/
    20452045function _wp_ajaxurl() {
     
    20522052 * Hooks _wp_ajaxurl() to wp_head
    20532053 *
    2054  * @since 3.0
     2054 * @since 3.0.0
    20552055 **/
    20562056function wp_ajaxurl() {
Note: See TracChangeset for help on using the changeset viewer.