Make WordPress Core

Changeset 19673


Ignore:
Timestamp:
01/04/2012 07:03:33 PM (14 years ago)
Author:
ryan
Message:

Update some @since. Props dgwyer. fixes #19638

Location:
trunk
Files:
7 edited

Legend:

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

    r19653 r19673  
    12651265 * Displays a welcome panel to introduce users to WordPress.
    12661266 *
    1267  * @since 3.3
     1267 * @since 3.3.0
    12681268 */
    12691269function wp_welcome_panel() {
  • trunk/wp-includes/class-wp-editor.php

    r19631 r19673  
    44 *
    55 * @package WordPress
    6  * @since 3.3
     6 * @since 3.3.0
    77 *
    88 * Private, not included by default. See wp_editor() in wp-includes/general-template.php.
  • trunk/wp-includes/functions.wp-styles.php

    r19649 r19673  
    4848 * they were added, i.e. the latter added styles can redeclare the previous.
    4949 *
    50  * @since 3.3
     50 * @since 3.3.0
    5151 * @see WP_Scripts::add_inline_style()
    5252 */
  • trunk/wp-includes/general-template.php

    r19593 r19673  
    17981798 *
    17991799 * @see wp-includes/class-wp-editor.php
    1800  * @since 3.3
     1800 * @since 3.3.0
    18011801 *
    18021802 * @param string $content Initial content for the editor.
  • trunk/wp-includes/script-loader.php

    r19621 r19673  
    657657 * Private, for use in *_footer_scripts hooks
    658658 *
    659  * @since 3.3
     659 * @since 3.3.0
    660660 */
    661661function _wp_footer_scripts() {
     
    714714 * Prints the styles that were queued too late for the HTML head.
    715715 *
    716  * @since 3.3
     716 * @since 3.3.0
    717717 */
    718718function print_late_styles() {
  • trunk/wp-includes/theme.php

    r19617 r19673  
    20012001 * Checks if a theme has been changed and runs 'after_switch_theme' hook on the next WP load
    20022002 *
    2003  * @since 3.3
     2003 * @since 3.3.0
    20042004 */
    20052005function check_theme_switched() {
  • trunk/wp-includes/widgets.php

    r19455 r19673  
    11501150 *
    11511151 * @access private
    1152  * @since 3.3
     1152 * @since 3.3.0
    11531153 */
    11541154function _wp_sidebars_changed() {
Note: See TracChangeset for help on using the changeset viewer.