Changeset 18498 for trunk/wp-admin/includes/deprecated.php
- Timestamp:
- 08/03/2011 10:19:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/deprecated.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/deprecated.php
r18350 r18498 16 16 * @since 2.1 17 17 * @deprecated 2.1 18 * @deprecated Use wp_ tiny_mce().19 * @see wp_ tiny_mce()18 * @deprecated Use wp_editor(). 19 * @see wp_editor() 20 20 */ 21 21 function tinymce_include() { 22 _deprecated_function( __FUNCTION__, '2.1', 'wp_ tiny_mce()' );23 24 wp_ tiny_mce();22 _deprecated_function( __FUNCTION__, '2.1', 'wp_editor()' ); 23 24 wp_editor('', 'content'); 25 25 } 26 26 … … 702 702 wp_dashboard_quick_press(); 703 703 } 704 705 /** 706 * @since 2.7 707 * @deprecated 3.3 708 * @deprecated Use wp_editor(). 709 * @see wp_editor() 710 */ 711 function wp_tiny_mce() { 712 _deprecated_function( __FUNCTION__, '3.3', 'wp_editor()' ); 713 714 wp_editor('', 'content'); 715 } 716 717 // see WP_Editor for the next 4 718 function wp_preload_dialogs() { 719 _deprecated_function( __FUNCTION__, '3.3' ); 720 } 721 722 function wp_print_editor_js() { 723 _deprecated_function( __FUNCTION__, '3.3' ); 724 } 725 726 function wp_quicktags() { 727 _deprecated_function( __FUNCTION__, '3.3' ); 728 } 729 730 function wp_fullscreen_html() { 731 _deprecated_function( __FUNCTION__, '3.3' ); 732 } 733
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)