Changeset 19673
- Timestamp:
- 01/04/2012 07:03:33 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
-
wp-admin/includes/dashboard.php (modified) (1 diff)
-
wp-includes/class-wp-editor.php (modified) (1 diff)
-
wp-includes/functions.wp-styles.php (modified) (1 diff)
-
wp-includes/general-template.php (modified) (1 diff)
-
wp-includes/script-loader.php (modified) (2 diffs)
-
wp-includes/theme.php (modified) (1 diff)
-
wp-includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r19653 r19673 1265 1265 * Displays a welcome panel to introduce users to WordPress. 1266 1266 * 1267 * @since 3.3 1267 * @since 3.3.0 1268 1268 */ 1269 1269 function wp_welcome_panel() { -
trunk/wp-includes/class-wp-editor.php
r19631 r19673 4 4 * 5 5 * @package WordPress 6 * @since 3.3 6 * @since 3.3.0 7 7 * 8 8 * Private, not included by default. See wp_editor() in wp-includes/general-template.php. -
trunk/wp-includes/functions.wp-styles.php
r19649 r19673 48 48 * they were added, i.e. the latter added styles can redeclare the previous. 49 49 * 50 * @since 3.3 50 * @since 3.3.0 51 51 * @see WP_Scripts::add_inline_style() 52 52 */ -
trunk/wp-includes/general-template.php
r19593 r19673 1798 1798 * 1799 1799 * @see wp-includes/class-wp-editor.php 1800 * @since 3.3 1800 * @since 3.3.0 1801 1801 * 1802 1802 * @param string $content Initial content for the editor. -
trunk/wp-includes/script-loader.php
r19621 r19673 657 657 * Private, for use in *_footer_scripts hooks 658 658 * 659 * @since 3.3 659 * @since 3.3.0 660 660 */ 661 661 function _wp_footer_scripts() { … … 714 714 * Prints the styles that were queued too late for the HTML head. 715 715 * 716 * @since 3.3 716 * @since 3.3.0 717 717 */ 718 718 function print_late_styles() { -
trunk/wp-includes/theme.php
r19617 r19673 2001 2001 * Checks if a theme has been changed and runs 'after_switch_theme' hook on the next WP load 2002 2002 * 2003 * @since 3.3 2003 * @since 3.3.0 2004 2004 */ 2005 2005 function check_theme_switched() { -
trunk/wp-includes/widgets.php
r19455 r19673 1150 1150 * 1151 1151 * @access private 1152 * @since 3.3 1152 * @since 3.3.0 1153 1153 */ 1154 1154 function _wp_sidebars_changed() {
Note: See TracChangeset
for help on using the changeset viewer.