Make WordPress Core

Ticket #28806: 28806.3.diff

File 28806.3.diff, 58.2 KB (added by Alphawolf, 11 years ago)

Re-upload with more incorrect data fixed. Sry. :)

  • wp-admin/includes/deprecated.php

     
    1414
    1515/**
    1616 * @since 2.1.0
    17  * @deprecated 2.1.0
    18  * @deprecated Use wp_editor().
     17 * @deprecated 2.1.0 Use wp_editor().
    1918 * @see wp_editor()
    2019 */
    2120function tinymce_include() {
     
    4039 * Calculates the new dimensions for a downsampled image.
    4140 *
    4241 * @since 2.0.0
    43  * @deprecated 3.0.0
    44  * @deprecated Use wp_constrain_dimensions()
     42 * @deprecated 3.0.0 Use wp_constrain_dimensions()
    4543 * @see wp_constrain_dimensions()
    4644 *
    4745 * @param int $width Current width of the image
     
    5957 * Calculated the new dimensions for a downsampled image.
    6058 *
    6159 * @since 2.0.0
    62  * @deprecated 3.5.0
    63  * @deprecated Use wp_constrain_dimensions()
     60 * @deprecated 3.5.0 Use wp_constrain_dimensions()
    6461 * @see wp_constrain_dimensions()
    6562 *
    6663 * @param int $width Current width of the image
     
    7673 * {@internal Missing Short Description}}
    7774 *
    7875 * @since 0.71
    79  * @deprecated 2.6.0
    80  * @deprecated Use wp_category_checklist()
     76 * @deprecated 2.6.0 Use wp_category_checklist()
    8177 * @see wp_category_checklist()
    8278 *
    8379 * @param unknown_type $default
     
    9490 * {@internal Missing Short Description}}
    9591 *
    9692 * @since 2.1.0
    97  * @deprecated 2.6.0
    98  * @deprecated Use wp_link_category_checklist()
     93 * @deprecated 2.6.0 Use wp_link_category_checklist()
    9994 * @see wp_link_category_checklist()
    10095 *
    10196 * @param unknown_type $default
     
    126121 * {@internal Missing Short Description}}
    127122 *
    128123 * @since 1.2.0
    129  * @deprecated 3.0.0
    130  * @deprecated Use wp_dropdown_categories()
     124 * @deprecated 3.0.0 Use wp_dropdown_categories()
    131125 * @see wp_dropdown_categories()
    132126 *
    133127 * @param unknown_type $currentcat
     
    163157 * Register a setting and its sanitization callback
    164158 *
    165159 * @since 2.7.0
    166  * @deprecated 3.0.0
    167  * @deprecated Use register_setting()
     160 * @deprecated 3.0.0 Use register_setting()
    168161 * @see register_setting()
    169162 *
    170163 * @param string $option_group A settings group name. Should correspond to a whitelisted option key name.
     
    182175 * Unregister a setting
    183176 *
    184177 * @since 2.7.0
    185  * @deprecated 3.0.0
    186  * @deprecated Use unregister_setting()
     178 * @deprecated 3.0.0 Use unregister_setting()
    187179 * @see unregister_setting()
    188180 *
    189181 * @param unknown_type $option_group
     
    232224}
    233225
    234226/**
    235  * @deprecated 3.1.0
     227 * @deprecated 3.1.0 Use get_users()
    236228 *
    237229 * @return array List of user IDs.
    238230 */
     
    249241}
    250242
    251243/**
    252  * @deprecated 3.1.0
     244 * @deprecated 3.1.0 Use get_users()
    253245 *
    254246 * @param int $user_id User ID.
    255247 * @return array|bool List of editable authors. False if no editable users.
     
    272264}
    273265
    274266/**
    275  * @deprecated 3.1.0
     267 * @deprecated 3.1.0 Use get_users()
    276268 *
    277269 * @param int $user_id User ID.
    278270 * @param bool $exclude_zeros Optional, default is true. Whether to exclude zeros.
     
    307299}
    308300
    309301/**
    310  * @deprecated 3.1.0
     302 * @deprecated 3.1.0 Use get_users()
    311303 */
    312304function get_nonauthor_user_ids() {
    313305        _deprecated_function( __FUNCTION__, '3.1', 'get_users()' );
     
    327319 * WordPress User Search class.
    328320 *
    329321 * @since 2.1.0
    330  * @deprecated 3.1.0
     322 * @deprecated 3.1.0 Use WP_User_Query
    331323 */
    332324class WP_User_Search {
    333325
     
    724716 * Output the QuickPress dashboard widget.
    725717 *
    726718 * @since 3.0.0
    727  * @deprecated 3.2.0
    728  * @deprecated Use wp_dashboard_quick_press()
     719 * @deprecated 3.2.0 Use wp_dashboard_quick_press()
    729720 * @see wp_dashboard_quick_press()
    730721 */
    731722function wp_dashboard_quick_press_output() {
     
    735726
    736727/**
    737728 * @since 2.7.0
    738  * @deprecated 3.3.0
    739  * @deprecated Use wp_editor()
     729 * @deprecated 3.3.0 Use wp_editor()
    740730 * @see wp_editor()
    741731 */
    742732function wp_tiny_mce( $teeny = false, $settings = false ) {
     
    760750}
    761751
    762752/**
    763  * @deprecated 3.3.0
    764  * @deprecated Use wp_editor()
     753 * @deprecated 3.3.0 Use wp_editor()
    765754 * @see wp_editor()
    766755 */
    767756function wp_preload_dialogs() {
     
    769758}
    770759
    771760/**
    772  * @deprecated 3.3.0
    773  * @deprecated Use wp_editor()
     761 * @deprecated 3.3.0 Use wp_editor()
    774762 * @see wp_editor()
    775763 */
    776764function wp_print_editor_js() {
     
    778766}
    779767
    780768/**
    781  * @deprecated 3.3.0
    782  * @deprecated Use wp_editor()
     769 * @deprecated 3.3.0 Use wp_editor()
    783770 * @see wp_editor()
    784771 */
    785772function wp_quicktags() {
     
    790777 * Returns the screen layout options.
    791778 *
    792779 * @since 2.8.0
    793  * @deprecated 3.3.0
    794  * @deprecated Use $current_screen->render_screen_layout()
     780 * @deprecated 3.3.0 Use $current_screen->render_screen_layout()
    795781 * @see WP_Screen::render_screen_layout()
    796782 */
    797783function screen_layout( $screen ) {
     
    811797 * Returns the screen's per-page options.
    812798 *
    813799 * @since 2.8.0
    814  * @deprecated 3.3.0
    815  * @deprecated Use $current_screen->render_per_page_options()
     800 * @deprecated 3.3.0 Use $current_screen->render_per_page_options()
    816801 * @see WP_Screen::render_per_page_options()
    817802 */
    818803function screen_options( $screen ) {
     
    832817 * Renders the screen's help.
    833818 *
    834819 * @since 2.7.0
    835  * @deprecated 3.3.0
    836  * @deprecated Use $current_screen->render_screen_meta()
     820 * @deprecated 3.3.0 Use $current_screen->render_screen_meta()
    837821 * @see WP_Screen::render_screen_meta()
    838822 */
    839823function screen_meta( $screen ) {
     
    845829 * Favorite actions were deprecated in version 3.2. Use the admin bar instead.
    846830 *
    847831 * @since 2.7.0
    848  * @deprecated 3.2.0
     832 * @deprecated 3.2.0 Use WP_Admin_Bar
    849833 */
    850834function favorite_actions() {
    851835        _deprecated_function( __FUNCTION__, '3.2', 'WP_Admin_Bar' );
    852836}
    853837
     838/**
     839 * @deprecated 3.3.0 Use wp_media_upload_handler()
     840 * @see wp_media_upload_handler()
     841 */
    854842function media_upload_image() {
    855843        _deprecated_function( __FUNCTION__, '3.3', 'wp_media_upload_handler()' );
    856844        return wp_media_upload_handler();
    857845}
    858846
     847/**
     848 * @deprecated 3.3.0 Use wp_media_upload_handler()
     849 * @see wp_media_upload_handler()
     850 */
    859851function media_upload_audio() {
    860852        _deprecated_function( __FUNCTION__, '3.3', 'wp_media_upload_handler()' );
    861853        return wp_media_upload_handler();
    862854}
    863855
     856/**
     857 * @deprecated 3.3.0 Use wp_media_upload_handler()
     858 * @see wp_media_upload_handler()
     859 */
    864860function media_upload_video() {
    865861        _deprecated_function( __FUNCTION__, '3.3', 'wp_media_upload_handler()' );
    866862        return wp_media_upload_handler();
    867863}
    868864
     865/**
     866 * @deprecated 3.3.0 Use wp_media_upload_handler()
     867 * @see wp_media_upload_handler()
     868 */
    869869function media_upload_file() {
    870870        _deprecated_function( __FUNCTION__, '3.3', 'wp_media_upload_handler()' );
    871871        return wp_media_upload_handler();
    872872}
    873873
     874/**
     875 * @deprecated 3.3.0 Use wp_media_insert_url_form('image')
     876 * @see wp_media_insert_url_form('image')
     877 */
    874878function type_url_form_image() {
    875879        _deprecated_function( __FUNCTION__, '3.3', "wp_media_insert_url_form('image')" );
    876880        return wp_media_insert_url_form( 'image' );
    877881}
    878882
     883/**
     884 * @deprecated 3.3.0 Use wp_media_insert_url_form('audio')
     885 * @see wp_media_insert_url_form('audio')
     886 */
    879887function type_url_form_audio() {
    880888        _deprecated_function( __FUNCTION__, '3.3', "wp_media_insert_url_form('audio')" );
    881889        return wp_media_insert_url_form( 'audio' );
    882890}
    883891
     892/**
     893 * @deprecated 3.3.0 Use wp_media_insert_url_form('video')
     894 * @see wp_media_insert_url_form('video')
     895 */
    884896function type_url_form_video() {
    885897        _deprecated_function( __FUNCTION__, '3.3', "wp_media_insert_url_form('video')" );
    886898        return wp_media_insert_url_form( 'video' );
    887899}
    888900
     901/**
     902 * @deprecated 3.3.0 Use wp_media_insert_url_form('file')
     903 * @see wp_media_insert_url_form('file')
     904 */
    889905function type_url_form_file() {
    890906        _deprecated_function( __FUNCTION__, '3.3', "wp_media_insert_url_form('file')" );
    891907        return wp_media_insert_url_form( 'file' );
     
    897913 * Creates an 'Overview' help tab.
    898914 *
    899915 * @since 2.7.0
    900  * @deprecated 3.3.0
    901  * @deprecated Use get_current_screen()->add_help_tab()
     916 * @deprecated 3.3.0 Use get_current_screen()->add_help_tab()
    902917 * @see WP_Screen
    903918 *
    904919 * @param string    $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions.
     
    917932 * Get the allowed themes for the current blog.
    918933 *
    919934 * @since 3.0.0
    920  * @deprecated 3.4.0
    921  * @deprecated Use wp_get_themes()
     935 * @deprecated 3.4.0 Use wp_get_themes()
    922936 * @see wp_get_themes()
    923937 *
    924938 * @return array $themes Array of allowed themes.
     
    940954 * {@internal Missing Short Description}}
    941955 *
    942956 * @since 1.5.0
    943  * @deprecated 3.4.0
     957 * @deprecated 3.4.0 Use wp_get_themes( array( 'errors' => true )
     958 * @see wp_get_themes()
    944959 *
    945960 * @return unknown
    946961 */
     
    964979 * {@internal Missing Short Description}}
    965980 *
    966981 * @since 2.0.0
    967  * @deprecated 3.4.0
     982 * @deprecated 3.4.0 Use wp_get_theme()
     983 * @see wp_get_theme()
    968984 *
    969985 * @return unknown
    970986 */
     
    9961012 * Get an existing post and format it for editing.
    9971013 *
    9981014 * @since 2.0.0
    999  * @deprecated 3.5.0
     1015 * @deprecated 3.5.0 Use get_post()
     1016 * @see get_post()
    10001017 *
    10011018 * @param int $id
    10021019 * @return object
     
    10111028 * Get the default page information to use.
    10121029 *
    10131030 * @since 2.5.0
    1014  * @deprecated 3.5.0
    1015  * @deprecated Use get_default_post_to_edit()
     1031 * @deprecated 3.5.0 Use get_default_post_to_edit()
     1032 * @see get_default_post_to_edit()
    10161033 *
    10171034 * @return WP_Post Post object containing all the default post data as attributes
    10181035 */
     
    10281045 * This was once used to create a thumbnail from an Image given a maximum side size.
    10291046 *
    10301047 * @since 1.2.0
    1031  * @deprecated 3.5.0
    1032  * @deprecated Use image_resize()
     1048 * @deprecated 3.5.0 Use image_resize()
    10331049 * @see image_resize()
    10341050 *
    10351051 * @param mixed $file Filename of the original image, Or attachment id.
     
    10611077 * and calling the 'upgrade' method.
    10621078 *
    10631079 * @since 2.7.0
    1064  * @deprecated 3.7.0
     1080 * @deprecated 3.7.0 Use new Core_Upgrader()
    10651081 * @see Core_Upgrader
    10661082 */
    10671083function wp_update_core($current, $feedback = '') {
     
    10841100 * Unused since 2.8.0.
    10851101 *
    10861102 * @since 2.5.0
    1087  * @deprecated 3.7.0
     1103 * @deprecated 3.7.0 Use new Plugin_Upgrader()
    10881104 * @see Plugin_Upgrader
    10891105 */
    10901106function wp_update_plugin($plugin, $feedback = '') {
     
    11061122 * Unused since 2.8.0.
    11071123 *
    11081124 * @since 2.7.0
    1109  * @deprecated 3.7.0
     1125 * @deprecated 3.7.0 Use new Theme_Upgrader()
    11101126 * @see Theme_Upgrader
    11111127 */
    11121128function wp_update_theme($theme, $feedback = '') {
     
    11351151        _deprecated_function( __FUNCTION__, '3.7' );
    11361152}
    11371153
    1138 /**#@+
     1154/**
    11391155 * Displays a screen icon.
    11401156 *
    11411157 * @since 2.7.0
    11421158 * @since 3.8.0 Screen icons are no longer used in WordPress. This function no longer produces output.
    1143  * @deprecated 3.8.0
     1159 * @deprecated 3.8.0 Screen icons are no longer used in WordPress. This function no longer produces output.
    11441160 */
    11451161function screen_icon() {
    11461162        echo get_screen_icon();
    11471163}
     1164
     1165/**
     1166 * Returns a screen icon.
     1167 *
     1168 * @since 2.7.0
     1169 * @since 3.8.0 Screen icons are no longer used in WordPress. This function no longer returns output.
     1170 * @deprecated 3.8.0 Screen icons are no longer used in WordPress. This function no longer returns output.
     1171 */
    11481172function get_screen_icon() {
    11491173        return '<!-- Screen icons are no longer used as of WordPress 3.8. -->';
    11501174}
    1151 /**#@-*/
    11521175
    11531176/**#@+
    11541177 * Deprecated dashboard widget controls.
  • wp-admin/includes/ms-deprecated.php

     
    2020/**
    2121  * Determines if the available space defined by the admin has been exceeded by the user.
    2222  *
    23   * @deprecated 3.0.0
     23  * @deprecated 3.0.0 Use is_upload_space_available()
    2424  * @see is_upload_space_available()
    2525 */
    2626function wpmu_checkAvailableSpace() {
     
    3939}
    4040
    4141/**
    42  * @deprecated 3.0.0
     42 * @deprecated 3.0.0 Use activate_plugin()
    4343 * @see activate_plugin()
    4444 */
    4545function activate_sitewide_plugin() {
     
    4848}
    4949
    5050/**
    51  * @deprecated 3.0.0
     51 * @deprecated 3.0.0 Use deactivate_sitewide_plugin()
    5252 * @see deactivate_sitewide_plugin()
    5353 */
    5454function deactivate_sitewide_plugin( $plugin = false ) {
    55         _deprecated_function(__FUNCTION__, '3.0', 'deactivate_plugin()' );
     55        _deprecated_function(__FUNCTION__, '3.0', 'deactivate_sitewide_plugin()' );
    5656        return;
    5757}
    5858
    5959/**
    60  * @deprecated 3.0.0
     60 * @deprecated 3.0.0 Use is_network_only_plugin()
    6161 * @see is_network_only_plugin()
    6262 */
    6363function is_wpmu_sitewide_plugin( $file ) {
     
    6565        return is_network_only_plugin( $file );
    6666}
    6767
     68
     69/**
     70 * @deprecated 3.4.0 Use WP_Theme::get_allowed_on_network()
     71 * @see WP_Theme::get_allowed_on_network()
     72 */
    6873function get_site_allowed_themes() {
    6974        _deprecated_function( __FUNCTION__, '3.4', 'WP_Theme::get_allowed_on_network()' );
    7075        return array_map( 'intval', WP_Theme::get_allowed_on_network() );
    7176}
    7277
     78
     79/**
     80 * @deprecated 3.4.0 Use WP_Theme::get_allowed_on_site()
     81 * @see WP_Theme::get_allowed_on_site()
     82 */
    7383function wpmu_get_blog_allowedthemes( $blog_id = 0 ) {
    7484        _deprecated_function( __FUNCTION__, '3.4', 'WP_Theme::get_allowed_on_site()' );
    7585        return array_map( 'intval', WP_Theme::get_allowed_on_site( $blog_id ) );
    7686}
    7787
     88
     89/**
     90 * @deprecated 3.0.0
     91 */
    7892function ms_deprecated_blogs_file() {}
     93 No newline at end of file
  • wp-includes/cache.php

     
    571571         * Reset keys
    572572         *
    573573         * @since 3.0.0
    574          * @deprecated 3.5.0
     574         * @deprecated 3.5.0 Use switch_to_blog()
     575         * @see switch_to_blog()
    575576         */
    576577        public function reset() {
    577578                _deprecated_function( __FUNCTION__, '3.5', 'switch_to_blog()' );
  • wp-includes/class-simplepie.php

     
    959959        /**#@+
    960960         * Useful when you are overloading or extending SimplePie's default classes.
    961961         *
    962          * @deprecated Use {@see get_registry()} instead
     962         * @deprecated Use get_registry()
    963963         * @link http://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation
    964964         * @param string $class Name of custom class
    965965         * @return boolean True on success, false otherwise
  • wp-includes/class-wp-xmlrpc-server.php

     
    243243         * Check user's credentials. Deprecated.
    244244         *
    245245         * @since 1.5.0
    246          * @deprecated 2.8.0
    247          * @deprecated use wp_xmlrpc_server::login
     246         * @deprecated 2.8.0 Use wp_xmlrpc_server::login
    248247         * @see wp_xmlrpc_server::login
    249248         *
    250249         * @param string $username User's username.
  • wp-includes/deprecated.php

     
    1616 * Entire Post data.
    1717 *
    1818 * @since 0.71
    19  * @deprecated 1.5.1
    20  * @deprecated Use get_post()
     19 * @deprecated 1.5.1 Use get_post()
    2120 * @see get_post()
    2221 *
    2322 * @param int $postid
     
    5352 * Sets up the WordPress Loop.
    5453 *
    5554 * @since 1.0.1
    56  * @deprecated 1.5.0
    57  * @deprecated Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
     55 * @deprecated 1.5.0 Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
    5856 */
    5957function start_wp() {
    6058        global $wp_query;
     
    7169 * Return or Print Category ID.
    7270 *
    7371 * @since 0.71
    74  * @deprecated 0.71
    75  * @deprecated use get_the_category()
     72 * @deprecated 0.71 Use get_the_category()
    7673 * @see get_the_category()
    7774 *
    7875 * @param bool $echo
     
    9592 * Print category with optional text before and after.
    9693 *
    9794 * @since 0.71
    98  * @deprecated 0.71
    99  * @deprecated use get_the_category_by_ID()
     95 * @deprecated 0.71 Use get_the_category_by_ID()
    10096 * @see get_the_category_by_ID()
    10197 *
    10298 * @param string $before
     
    122118 * Prints link to the previous post.
    123119 *
    124120 * @since 1.5.0
    125  * @deprecated 2.0.0
    126  * @deprecated Use previous_post_link()
     121 * @deprecated 2.0.0 Use previous_post_link()
    127122 * @see previous_post_link()
    128123 *
    129124 * @param string $format
     
    159154 * Prints link to the next post.
    160155 *
    161156 * @since 0.71
    162  * @deprecated 2.0.0
    163  * @deprecated Use next_post_link()
     157 * @deprecated 2.0.0 Use next_post_link()
    164158 * @see next_post_link()
    165159 *
    166160 * @param string $format
     
    195189 * Whether user can create a post.
    196190 *
    197191 * @since 1.5.0
    198  * @deprecated 2.0.0
    199  * @deprecated Use current_user_can()
     192 * @deprecated 2.0.0 Use current_user_can()
    200193 * @see current_user_can()
    201194 *
    202195 * @param int $user_id
     
    215208 * Whether user can create a post.
    216209 *
    217210 * @since 1.5.0
    218  * @deprecated 2.0.0
    219  * @deprecated Use current_user_can()
     211 * @deprecated 2.0.0 Use current_user_can()
    220212 * @see current_user_can()
    221213 *
    222214 * @param int $user_id
     
    235227 * Whether user can edit a post.
    236228 *
    237229 * @since 1.5.0
    238  * @deprecated 2.0.0
    239  * @deprecated Use current_user_can()
     230 * @deprecated 2.0.0 Use current_user_can()
    240231 * @see current_user_can()
    241232 *
    242233 * @param int $user_id
     
    264255 * Whether user can delete a post.
    265256 *
    266257 * @since 1.5.0
    267  * @deprecated 2.0.0
    268  * @deprecated Use current_user_can()
     258 * @deprecated 2.0.0 Use current_user_can()
    269259 * @see current_user_can()
    270260 *
    271261 * @param int $user_id
     
    284274 * Whether user can set new posts' dates.
    285275 *
    286276 * @since 1.5.0
    287  * @deprecated 2.0.0
    288  * @deprecated Use current_user_can()
     277 * @deprecated 2.0.0 Use current_user_can()
    289278 * @see current_user_can()
    290279 *
    291280 * @param int $user_id
     
    304293 * Whether user can delete a post.
    305294 *
    306295 * @since 1.5.0
    307  * @deprecated 2.0.0
    308  * @deprecated Use current_user_can()
     296 * @deprecated 2.0.0 Use current_user_can()
    309297 * @see current_user_can()
    310298 *
    311299 * @param int $user_id
     
    324312 * Whether user can delete a post.
    325313 *
    326314 * @since 1.5.0
    327  * @deprecated 2.0.0
    328  * @deprecated Use current_user_can()
     315 * @deprecated 2.0.0 Use current_user_can()
    329316 * @see current_user_can()
    330317 *
    331318 * @param int $user_id
     
    344331 * Whether user can delete a post.
    345332 *
    346333 * @since 1.5.0
    347  * @deprecated 2.0.0
    348  * @deprecated Use current_user_can()
     334 * @deprecated 2.0.0 Use current_user_can()
    349335 * @see current_user_can()
    350336 *
    351337 * @param int $user_id
     
    364350 * Can user can edit other user.
    365351 *
    366352 * @since 1.5.0
    367  * @deprecated 2.0.0
    368  * @deprecated Use current_user_can()
     353 * @deprecated 2.0.0 Use current_user_can()
    369354 * @see current_user_can()
    370355 *
    371356 * @param int $user_id
     
    387372 * Gets the links associated with category $cat_name.
    388373 *
    389374 * @since 0.71
    390  * @deprecated 2.1.0
    391  * @deprecated Use get_bookmarks()
     375 * @deprecated 2.1.0 Use get_bookmarks()
    392376 * @see get_bookmarks()
    393377 *
    394378 * @param string $cat_name Optional. The category name to use. If no match is found uses all.
     
    421405 * Gets the links associated with the named category.
    422406 *
    423407 * @since 1.0.1
    424  * @deprecated 2.1.0
    425  * @deprecated Use wp_list_bookmarks()
     408 * @deprecated 2.1.0 Use wp_list_bookmarks()
    426409 * @see wp_list_bookmarks()
    427410 *
    428411 * @param string $category The category to use.
     
    459442 * </code>
    460443 *
    461444 * @since 1.0.1
    462  * @deprecated 2.1.0
    463  * @deprecated Use get_bookmarks()
     445 * @deprecated 2.1.0 Use get_bookmarks()
    464446 * @see get_bookmarks()
    465447 *
    466448 * @param string $cat_name The category name to use. If no match is found uses all.
     
    512494 * </ol>
    513495 *
    514496 * @since 1.0.1
    515  * @deprecated 2.1.0
    516  * @deprecated Use get_bookmarks()
     497 * @deprecated 2.1.0 Use get_bookmarks()
    517498 * @see get_bookmarks()
    518499 *
    519500 * @param int $category The category to use. If no category supplied uses all
     
    540521 * Gets the links associated with category 'cat_name' and display rating stars/chars.
    541522 *
    542523 * @since 0.71
    543  * @deprecated 2.1.0
    544  * @deprecated Use get_bookmarks()
     524 * @deprecated 2.1.0 Use get_bookmarks()
    545525 * @see get_bookmarks()
    546526 *
    547527 * @param string $cat_name The category name to use. If no match is found uses all
     
    568548 * Gets the links associated with category n and display rating stars/chars.
    569549 *
    570550 * @since 0.71
    571  * @deprecated 2.1.0
    572  * @deprecated Use get_bookmarks()
     551 * @deprecated 2.1.0 Use get_bookmarks()
    573552 * @see get_bookmarks()
    574553 *
    575554 * @param int $category The category to use. If no category supplied uses all
     
    596575 * Gets the auto_toggle setting.
    597576 *
    598577 * @since 0.71
    599  * @deprecated 2.1.0
    600  * @deprecated No alternative function available
     578 * @deprecated 2.1.0 No alternative function available
    601579 *
    602580 * @param int $id The category to get. If no category supplied uses 0
    603581 * @return int Only returns 0.
     
    609587
    610588/**
    611589 * @since 0.71
    612  * @deprecated 2.1.0
    613  * @deprecated Use wp_list_categories()
     590 * @deprecated 2.1.0 Use wp_list_categories()
    614591 * @see wp_list_categories()
    615592 *
    616593 * @param int $optionall
     
    645622
    646623/**
    647624 * @since 1.2.0
    648  * @deprecated 2.1.0
    649  * @deprecated Use wp_list_categories()
     625 * @deprecated 2.1.0 Use wp_list_categories()
    650626 * @see wp_list_categories()
    651627 *
    652628 * @param string|array $args
     
    677653
    678654/**
    679655 * @since 0.71
    680  * @deprecated 2.1.0
    681  * @deprecated Use wp_dropdown_categories()
     656 * @deprecated 2.1.0 Use wp_dropdown_categories()
    682657 * @see wp_dropdown_categories()
    683658 *
    684659 * @param int $optionall
     
    716691 * List authors.
    717692 *
    718693 * @since 1.2.0
    719  * @deprecated 2.1.0
    720  * @deprecated Use wp_list_authors()
     694 * @deprecated 2.1.0 Use wp_list_authors()
    721695 * @see wp_list_authors()
    722696 *
    723697 * @param bool $optioncount
     
    737711
    738712/**
    739713 * @since 1.0.1
    740  * @deprecated 2.1.0
    741  * @deprecated Use wp_get_post_categories()
     714 * @deprecated 2.1.0 Use wp_get_post_categories()
    742715 * @see wp_get_post_categories()
    743716 *
    744717 * @param int $blogid Not Used
     
    754727 * Sets the categories that the post id belongs to.
    755728 *
    756729 * @since 1.0.1
    757  * @deprecated 2.1.0
    758  * @deprecated Use wp_set_post_categories()
     730 * @deprecated 2.1.0 Use wp_set_post_categories()
    759731 * @see wp_set_post_categories()
    760732 *
    761733 * @param int $blogid Not used
     
    770742
    771743/**
    772744 * @since 0.71
    773  * @deprecated 2.1.0
    774  * @deprecated Use wp_get_archives()
     745 * @deprecated 2.1.0 Use wp_get_archives()
    775746 * @see wp_get_archives()
    776747 *
    777748 * @param string $type
     
    792763 * Returns or Prints link to the author's posts.
    793764 *
    794765 * @since 1.2.0
    795  * @deprecated 2.1.0
    796  * @deprecated Use get_author_posts_url()
     766 * @deprecated 2.1.0 Use get_author_posts_url()
    797767 * @see get_author_posts_url()
    798768 *
    799769 * @param bool $echo
     
    815785 * Print list of pages based on arguments.
    816786 *
    817787 * @since 0.71
    818  * @deprecated 2.1.0
    819  * @deprecated Use wp_link_pages()
     788 * @deprecated 2.1.0 Use wp_link_pages()
    820789 * @see wp_link_pages()
    821790 *
    822791 * @param string $before
     
    840809 * Get value based on option.
    841810 *
    842811 * @since 0.71
    843  * @deprecated 2.1.0
    844  * @deprecated Use get_option()
     812 * @deprecated 2.1.0 Use get_option()
    845813 * @see get_option()
    846814 *
    847815 * @param string $option
     
    857825 * Print the permalink of the current post in the loop.
    858826 *
    859827 * @since 0.71
    860  * @deprecated 1.2.0
    861  * @deprecated Use the_permalink()
     828 * @deprecated 1.2.0 Use the_permalink()
    862829 * @see the_permalink()
    863830 */
    864831function permalink_link() {
     
    870837 * Print the permalink to the RSS feed.
    871838 *
    872839 * @since 0.71
    873  * @deprecated 2.3.0
    874  * @deprecated Use the_permalink_rss()
     840 * @deprecated 2.3.0 Use the_permalink_rss()
    875841 * @see the_permalink_rss()
    876842 *
    877843 * @param string $deprecated
     
    886852 *
    887853 * @see get_links() for argument information that can be used in $args
    888854 * @since 1.0.1
    889  * @deprecated 2.1.0
    890  * @deprecated Use wp_list_bookmarks()
     855 * @deprecated 2.1.0 Use wp_list_bookmarks()
    891856 * @see wp_list_bookmarks()
    892857 *
    893858 * @param string $args a query string
     
    926891 * Gets the links associated with category by id.
    927892 *
    928893 * @since 0.71
    929  * @deprecated 2.1.0
    930  * @deprecated Use get_bookmarks()
     894 * @deprecated 2.1.0 Use get_bookmarks()
    931895 * @see get_bookmarks()
    932896 *
    933897 * @param int $category The category to use. If no category supplied uses all
     
    1035999 * $wpdb->linkcategories and output it as a nested HTML unordered list.
    10361000 *
    10371001 * @since 1.0.1
    1038  * @deprecated 2.1.0
    1039  * @deprecated Use wp_list_bookmarks()
     1002 * @deprecated 2.1.0 Use wp_list_bookmarks()
    10401003 * @see wp_list_bookmarks()
    10411004 *
    10421005 * @param string $order Sort link categories by 'name' or 'id'
     
    10781041 * Show the link to the links popup and the number of links.
    10791042 *
    10801043 * @since 0.71
    1081  * @deprecated 2.1.0
    1082  * @deprecated {@internal Use function instead is unknown}}
     1044 * @deprecated 2.1.0 {@internal Use function instead is unknown}}
    10831045 *
    10841046 * @param string $text the text of the link
    10851047 * @param int $width the width of the popup window
     
    10931055
    10941056/**
    10951057 * @since 1.0.1
    1096  * @deprecated 2.1.0
    1097  * @deprecated Use sanitize_bookmark_field()
     1058 * @deprecated 2.1.0 Use sanitize_bookmark_field()
    10981059 * @see sanitize_bookmark_field()
    10991060 *
    11001061 * @param object $link
     
    11091070 * Gets the name of category by id.
    11101071 *
    11111072 * @since 0.71
    1112  * @deprecated 2.1.0
    1113  * @deprecated Use get_category()
     1073 * @deprecated 2.1.0 Use get_category()
    11141074 * @see get_category()
    11151075 *
    11161076 * @param int $id The category to get. If no category supplied uses 0
     
    11391099 * Print RSS comment feed link.
    11401100 *
    11411101 * @since 1.0.1
    1142  * @deprecated 2.5.0
    1143  * @deprecated Use post_comments_feed_link()
     1102 * @deprecated 2.5.0 Use post_comments_feed_link()
    11441103 * @see post_comments_feed_link()
    11451104 *
    11461105 * @param string $link_text
     
    11541113 * Print/Return link to category RSS2 feed.
    11551114 *
    11561115 * @since 1.2.0
    1157  * @deprecated 2.5.0
    1158  * @deprecated Use get_category_feed_link()
     1116 * @deprecated 2.5.0 Use get_category_feed_link()
    11591117 * @see get_category_feed_link()
    11601118 *
    11611119 * @param bool $echo
     
    11761134 * Print/Return link to author RSS feed.
    11771135 *
    11781136 * @since 1.2.0
    1179  * @deprecated 2.5.0
    1180  * @deprecated Use get_author_feed_link()
     1137 * @deprecated 2.5.0 Use get_author_feed_link()
    11811138 * @see get_author_feed_link()
    11821139 *
    11831140 * @param bool $echo
     
    11971154 * Return link to the post RSS feed.
    11981155 *
    11991156 * @since 1.5.0
    1200  * @deprecated 2.2.0
    1201  * @deprecated Use get_post_comments_feed_link()
     1157 * @deprecated 2.2.0 Use get_post_comments_feed_link()
    12021158 * @see get_post_comments_feed_link()
    12031159 *
    12041160 * @return string
     
    12121168 * An alias of wp_create_user().
    12131169 *
    12141170 * @since 2.0.0
    1215  * @deprecated 2.0.0
    1216  * @deprecated Use wp_create_user()
     1171 * @deprecated 2.0.0 Use wp_create_user()
    12171172 * @see wp_create_user()
    12181173 *
    12191174 * @param string $username The user's username.
     
    12401195 * Retrieve an array of comment data about comment $comment_ID.
    12411196 *
    12421197 * @since 0.71
    1243  * @deprecated 2.7.0
    1244  * @deprecated Use get_comment()
     1198 * @deprecated 2.7.0 Use get_comment()
    12451199 * @see get_comment()
    12461200 *
    12471201 * @param int $comment_ID The ID of the comment
     
    12581212 * Retrieve the category name by the category ID.
    12591213 *
    12601214 * @since 0.71
    1261  * @deprecated 2.8.0
    1262  * @deprecated Use get_cat_name()
     1215 * @deprecated 2.8.0 Use get_cat_name()
    12631216 * @see get_cat_name()
    12641217 *
    12651218 * @param int $cat_ID Category ID
     
    12741227 * Retrieve category children list separated before and after the term IDs.
    12751228 *
    12761229 * @since 1.2.0
    1277  * @deprecated 2.8.0
    1278  * @deprecated Use get_term_children()
     1230 * @deprecated 2.8.0 Use get_term_children()
    12791231 * @see get_term_children()
    12801232 *
    12811233 * @param int $id Category ID to retrieve children.
     
    13331285 * Retrieve the description of the author of the current post.
    13341286 *
    13351287 * @since 1.5.0
    1336  * @deprecated 2.8.0
    1337  * @deprecated Use get_the_author_meta('description')
     1288 * @deprecated 2.8.0 Use get_the_author_meta('description')
    13381289 * @see get_the_author_meta()
    13391290 *
    13401291 * @return string The author's description.
     
    13481299 * Display the description of the author of the current post.
    13491300 *
    13501301 * @since 1.0.0
    1351  * @deprecated 2.8.0
    1352  * @deprecated Use the_author_meta('description')
     1302 * @deprecated 2.8.0 Use the_author_meta('description')
    13531303 * @see the_author_meta()
    13541304 */
    13551305function the_author_description() {
     
    13611311 * Retrieve the login name of the author of the current post.
    13621312 *
    13631313 * @since 1.5.0
    1364  * @deprecated 2.8.0
    1365  * @deprecated Use get_the_author_meta('login')
     1314 * @deprecated 2.8.0 Use get_the_author_meta('login')
    13661315 * @see get_the_author_meta()
    13671316 *
    13681317 * @return string The author's login name (username).
     
    13761325 * Display the login name of the author of the current post.
    13771326 *
    13781327 * @since 0.71
    1379  * @deprecated 2.8.0
    1380  * @deprecated Use the_author_meta('login')
     1328 * @deprecated 2.8.0 Use the_author_meta('login')
    13811329 * @see the_author_meta()
    13821330 */
    13831331function the_author_login() {
     
    13891337 * Retrieve the first name of the author of the current post.
    13901338 *
    13911339 * @since 1.5.0
    1392  * @deprecated 2.8.0
    1393  * @deprecated Use get_the_author_meta('first_name')
     1340 * @deprecated 2.8.0 Use get_the_author_meta('first_name')
    13941341 * @see get_the_author_meta()
    13951342 *
    13961343 * @return string The author's first name.
     
    14041351 * Display the first name of the author of the current post.
    14051352 *
    14061353 * @since 0.71
    1407  * @deprecated 2.8.0
    1408  * @deprecated Use the_author_meta('first_name')
     1354 * @deprecated 2.8.0 Use the_author_meta('first_name')
    14091355 * @see the_author_meta()
    14101356 */
    14111357function the_author_firstname() {
     
    14171363 * Retrieve the last name of the author of the current post.
    14181364 *
    14191365 * @since 1.5.0
    1420  * @deprecated 2.8.0
    1421  * @deprecated Use get_the_author_meta('last_name')
     1366 * @deprecated 2.8.0 Use get_the_author_meta('last_name')
    14221367 * @see get_the_author_meta()
    14231368 *
    14241369 * @return string The author's last name.
     
    14321377 * Display the last name of the author of the current post.
    14331378 *
    14341379 * @since 0.71
    1435  * @deprecated 2.8.0
    1436  * @deprecated Use the_author_meta('last_name')
     1380 * @deprecated 2.8.0 Use the_author_meta('last_name')
    14371381 * @see the_author_meta()
    14381382 */
    14391383function the_author_lastname() {
     
    14451389 * Retrieve the nickname of the author of the current post.
    14461390 *
    14471391 * @since 1.5.0
    1448  * @deprecated 2.8.0
    1449  * @deprecated Use get_the_author_meta('nickname')
     1392 * @deprecated 2.8.0 Use get_the_author_meta('nickname')
    14501393 * @see get_the_author_meta()
    14511394 *
    14521395 * @return string The author's nickname.
     
    14601403 * Display the nickname of the author of the current post.
    14611404 *
    14621405 * @since 0.71
    1463  * @deprecated 2.8.0
    1464  * @deprecated Use the_author_meta('nickname')
     1406 * @deprecated 2.8.0 Use the_author_meta('nickname')
    14651407 * @see the_author_meta()
    14661408 */
    14671409function the_author_nickname() {
     
    14731415 * Retrieve the email of the author of the current post.
    14741416 *
    14751417 * @since 1.5.0
    1476  * @deprecated 2.8.0
    1477  * @deprecated Use get_the_author_meta('email')
     1418 * @deprecated 2.8.0 Use get_the_author_meta('email')
    14781419 * @see get_the_author_meta()
    14791420 *
    14801421 * @return string The author's username.
     
    14881429 * Display the email of the author of the current post.
    14891430 *
    14901431 * @since 0.71
    1491  * @deprecated 2.8.0
    1492  * @deprecated Use the_author_meta('email')
     1432 * @deprecated 2.8.0 Use the_author_meta('email')
    14931433 * @see the_author_meta()
    14941434 */
    14951435function the_author_email() {
     
    15011441 * Retrieve the ICQ number of the author of the current post.
    15021442 *
    15031443 * @since 1.5.0
    1504  * @deprecated 2.8.0
    1505  * @deprecated Use get_the_author_meta('icq')
     1444 * @deprecated 2.8.0 Use get_the_author_meta('icq')
    15061445 * @see get_the_author_meta()
    15071446 *
    15081447 * @return string The author's ICQ number.
     
    15161455 * Display the ICQ number of the author of the current post.
    15171456 *
    15181457 * @since 0.71
    1519  * @deprecated 2.8.0
    1520  * @deprecated Use the_author_meta('icq')
     1458 * @deprecated 2.8.0 Use the_author_meta('icq')
    15211459 * @see the_author_meta()
    15221460 */
    15231461function the_author_icq() {
     
    15291467 * Retrieve the Yahoo! IM name of the author of the current post.
    15301468 *
    15311469 * @since 1.5.0
    1532  * @deprecated 2.8.0
    1533  * @deprecated Use get_the_author_meta('yim')
     1470 * @deprecated 2.8.0 Use get_the_author_meta('yim')
    15341471 * @see get_the_author_meta()
    15351472 *
    15361473 * @return string The author's Yahoo! IM name.
     
    15441481 * Display the Yahoo! IM name of the author of the current post.
    15451482 *
    15461483 * @since 0.71
    1547  * @deprecated 2.8.0
    1548  * @deprecated Use the_author_meta('yim')
     1484 * @deprecated 2.8.0 Use the_author_meta('yim')
    15491485 * @see the_author_meta()
    15501486 */
    15511487function the_author_yim() {
     
    15571493 * Retrieve the MSN address of the author of the current post.
    15581494 *
    15591495 * @since 1.5.0
    1560  * @deprecated 2.8.0
    1561  * @deprecated Use get_the_author_meta('msn')
     1496 * @deprecated 2.8.0 Use get_the_author_meta('msn')
    15621497 * @see get_the_author_meta()
    15631498 *
    15641499 * @return string The author's MSN address.
     
    15721507 * Display the MSN address of the author of the current post.
    15731508 *
    15741509 * @since 0.71
    1575  * @deprecated 2.8.0
    1576  * @deprecated Use the_author_meta('msn')
     1510 * @deprecated 2.8.0 Use the_author_meta('msn')
    15771511 * @see the_author_meta()
    15781512 */
    15791513function the_author_msn() {
     
    15851519 * Retrieve the AIM address of the author of the current post.
    15861520 *
    15871521 * @since 1.5.0
    1588  * @deprecated 2.8.0
    1589  * @deprecated Use get_the_author_meta('aim')
     1522 * @deprecated 2.8.0 Use get_the_author_meta('aim')
    15901523 * @see get_the_author_meta()
    15911524 *
    15921525 * @return string The author's AIM address.
     
    16011534 *
    16021535 * @since 0.71
    16031536 * @see the_author_meta()
    1604  * @deprecated 2.8.0
    1605  * @deprecated Use the_author_meta('aim')
     1537 * @deprecated 2.8.0 Use the_author_meta('aim')
    16061538 */
    16071539function the_author_aim() {
    16081540        _deprecated_function( __FUNCTION__, '2.8', 'the_author_meta(\'aim\')' );
     
    16131545 * Retrieve the specified author's preferred display name.
    16141546 *
    16151547 * @since 1.0.0
    1616  * @deprecated 2.8.0
    1617  * @deprecated Use get_the_author_meta('display_name')
     1548 * @deprecated 2.8.0 Use get_the_author_meta('display_name')
    16181549 * @see get_the_author_meta()
    16191550 *
    16201551 * @param int $auth_id The ID of the author.
     
    16291560 * Retrieve the URL to the home page of the author of the current post.
    16301561 *
    16311562 * @since 1.5.0
    1632  * @deprecated 2.8.0
    1633  * @deprecated Use get_the_author_meta('url')
     1563 * @deprecated 2.8.0 Use get_the_author_meta('url')
    16341564 * @see get_the_author_meta()
    16351565 *
    16361566 * @return string The URL to the author's page.
     
    16441574 * Display the URL to the home page of the author of the current post.
    16451575 *
    16461576 * @since 0.71
    1647  * @deprecated 2.8.0
    1648  * @deprecated Use the_author_meta('url')
     1577 * @deprecated 2.8.0 Use the_author_meta('url')
    16491578 * @see the_author_meta()
    16501579 */
    16511580function the_author_url() {
     
    16571586 * Retrieve the ID of the author of the current post.
    16581587 *
    16591588 * @since 1.5.0
    1660  * @deprecated 2.8.0
    1661  * @deprecated Use get_the_author_meta('ID')
     1589 * @deprecated 2.8.0 Use get_the_author_meta('ID')
    16621590 * @see get_the_author_meta()
    16631591 *
    16641592 * @return int The author's ID.
     
    16721600 * Display the ID of the author of the current post.
    16731601 *
    16741602 * @since 0.71
    1675  * @deprecated 2.8.0
    1676  * @deprecated Use the_author_meta('ID')
     1603 * @deprecated 2.8.0 Use the_author_meta('ID')
    16771604 * @see the_author_meta()
    16781605*/
    16791606function the_author_ID() {
     
    17011628 * @since 0.71
    17021629 * @uses apply_filters() Calls 'the_content_rss' on the content before processing.
    17031630 *
    1704  * @deprecated 2.9.0
    1705  * @deprecated Use the_content_feed()
     1631 * @deprecated 2.9.0 Use the_content_feed()
    17061632 * @see the_content_feed()
    17071633 *
    17081634 * @param string $more_link_text Optional. Text to display when more content is available but not displayed.
     
    17521678 * them at the bottom of the content with numbers.
    17531679 *
    17541680 * @since 0.71
    1755  * @deprecated 2.9.0
     1681 * @deprecated 2.9.0 No alternative function available
    17561682 *
    17571683 * @param string $content Content to get links
    17581684 * @return string HTML stripped out of content with links at the bottom.
     
    17891715 * everything is returned.
    17901716 *
    17911717 * @since 2.2.0
    1792  * @deprecated 2.9.0
    1793  * @deprecated Use _x()
     1718 * @deprecated 2.9.0 Use _x()
    17941719 * @see _x()
    17951720 *
    17961721 * @param string $text Text to translate
     
    18081733 *
    18091734 * @since 2.5.0
    18101735 * @uses translate()
    1811  * @deprecated 3.0.0
    1812  * @deprecated Use _x()
     1736 * @deprecated 3.0.0 Use _x()
    18131737 * @see _x()
    18141738 *
    18151739 * @param string $text Text to translate
     
    18261750 * Strips everything from the translation after the last bar.
    18271751 *
    18281752 * @since 2.7.0
    1829  * @deprecated 3.0.0
    1830  * @deprecated Use _nx()
     1753 * @deprecated 3.0.0 Use _nx()
    18311754 * @see _nx()
    18321755 * @see _n() For parameters.
    18331756 * @see _c() For parameters. _c() is deprecated.
     
    18421765 * Retrieve the plural or single form based on the amount.
    18431766 *
    18441767 * @since 1.2.0
    1845  * @deprecated 2.8.0
    1846  * @deprecated Use _n()
     1768 * @deprecated 2.8.0 Use _n()
    18471769 * @see _n()
    18481770 */
    18491771function __ngettext() {
     
    18561778 * Register plural strings in POT file, but don't translate them.
    18571779 *
    18581780 * @since 2.5.0
    1859  * @deprecated 2.8.0
    1860  * @deprecated Use _n_noop()
     1781 * @deprecated 2.8.0 Use _n_noop()
    18611782 * @see _n_noop()
    18621783 */
    18631784function __ngettext_noop() {
     
    18711792 * Retrieve all autoload options, or all options if no autoloaded ones exist.
    18721793 *
    18731794 * @since 1.0.0
    1874  * @deprecated 3.0.0
    1875  * @deprecated Use wp_load_alloptions())
     1795 * @deprecated 3.0.0 Use wp_load_alloptions())
    18761796 * @see wp_load_alloptions()
    18771797 *
    18781798 * @return array List of all options.
     
    18861806 * Retrieve HTML content of attachment image with link.
    18871807 *
    18881808 * @since 2.0.0
    1889  * @deprecated 2.5.0
    1890  * @deprecated Use wp_get_attachment_link()
     1809 * @deprecated 2.5.0 Use wp_get_attachment_link()
    18911810 * @see wp_get_attachment_link()
    18921811 *
    18931812 * @param int $id Optional. Post ID.
     
    19171836 * Retrieve icon URL and Path.
    19181837 *
    19191838 * @since 2.1.0
    1920  * @deprecated 2.5.0
    1921  * @deprecated Use wp_get_attachment_image_src()
     1839 * @deprecated 2.5.0 Use wp_get_attachment_image_src()
    19221840 * @see wp_get_attachment_image_src()
    19231841 *
    19241842 * @param int $id Optional. Post ID.
     
    19591877 * Retrieve HTML content of icon attachment image element.
    19601878 *
    19611879 * @since 2.0.0
    1962  * @deprecated 2.5.0
    1963  * @deprecated Use wp_get_attachment_image()
     1880 * @deprecated 2.5.0 Use wp_get_attachment_image()
    19641881 * @see wp_get_attachment_image()
    19651882 *
    19661883 * @param int $id Optional. Post ID.
     
    20161933 * Retrieve HTML content of image element.
    20171934 *
    20181935 * @since 2.0.0
    2019  * @deprecated 2.5.0
    2020  * @deprecated Use wp_get_attachment_image()
     1936 * @deprecated 2.5.0 Use wp_get_attachment_image()
    20211937 * @see wp_get_attachment_image()
    20221938 *
    20231939 * @param int $id Optional. Post ID.
     
    20431959 * Retrieve bookmark data based on ID.
    20441960 *
    20451961 * @since 2.0.0
    2046  * @deprecated 2.1.0
    2047  * @deprecated Use get_bookmark()
     1962 * @deprecated 2.1.0 Use get_bookmark()
    20481963 * @see get_bookmark()
    20491964 *
    20501965 * @param int $bookmark_id ID of link
     
    20601975 * Performs esc_url() for database or redirect usage.
    20611976 *
    20621977 * @since 2.3.1
    2063  * @deprecated 2.8.0
    2064  * @deprecated Use esc_url_raw()
     1978 * @deprecated 2.8.0 Use esc_url_raw()
    20651979 * @see esc_url_raw()
    20661980 *
    20671981 * @param string $url The URL to be cleaned.
     
    20811995 * is applied to the returned cleaned URL.
    20821996 *
    20831997 * @since 1.2.0
    2084  * @deprecated 3.0.0
    2085  * @deprecated Use esc_url()
     1998 * @deprecated 3.0.0 Use esc_url()
    20861999 * @see Alias for esc_url()
    20872000 *
    20882001 * @param string $url The URL to be cleaned.
     
    21042017 * The filter 'js_escape' is also applied by esc_js()
    21052018 *
    21062019 * @since 2.0.4
    2107  * @deprecated 2.8.0
    2108  * @deprecated Use esc_js()
     2020 * @deprecated 2.8.0 Use esc_js()
    21092021 * @see esc_js()
    21102022 *
    21112023 * @param string $text The text to be escaped.
     
    21192031/**
    21202032 * Escaping for HTML blocks.
    21212033 *
    2122  * @deprecated 2.8.0
    2123  * @deprecated Use esc_html()
     2034 * @deprecated 2.8.0 Use esc_html()
    21242035 * @see esc_html()
    21252036 */
    21262037function wp_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false ) {
     
    21372048 * Escaping for HTML attributes.
    21382049 *
    21392050 * @since 2.0.6
    2140  * @deprecated 2.8.0
    2141  * @deprecated Use esc_attr()
     2051 * @deprecated 2.8.0 Use esc_attr()
    21422052 * @see esc_attr()
    21432053 *
    21442054 * @param string $text
     
    21602070 * backwards compatibility is complete.
    21612071 *
    21622072 * @since 2.2.0
    2163  * @deprecated 2.8.0
    2164  * @deprecated Use wp_register_sidebar_widget()
     2073 * @deprecated 2.8.0 Use wp_register_sidebar_widget()
    21652074 * @see wp_register_sidebar_widget()
    21662075 *
    21672076 * @param string|int $name Widget ID.
     
    21952104 * Alias of {@link wp_unregister_sidebar_widget()}.
    21962105 *
    21972106 * @since 2.2.0
    2198  * @deprecated 2.8.0
    2199  * @deprecated Use wp_unregister_sidebar_widget()
     2107 * @deprecated 2.8.0 Use wp_unregister_sidebar_widget()
    22002108 * @see wp_unregister_sidebar_widget()
    22012109 *
    22022110 * @param int|string $id Widget ID.
     
    22172125 * been compiled.
    22182126 *
    22192127 * @since 2.2.0
    2220  * @deprecated 2.8.0
    2221  * @deprecated Use wp_register_widget_control()
     2128 * @deprecated 2.8.0 Use wp_register_widget_control()
    22222129 * @see wp_register_widget_control()
    22232130 *
    22242131 * @param int|string $name Sidebar ID.
     
    22542161 * Alias of {@link wp_unregister_widget_control()}.
    22552162 *
    22562163 * @since 2.2.0
    2257  * @deprecated 2.8.0
    2258  * @deprecated Use wp_unregister_widget_control()
     2164 * @deprecated 2.8.0 Use wp_unregister_widget_control()
    22592165 * @see wp_unregister_widget_control()
    22602166 *
    22612167 * @param int|string $id Widget ID.
     
    22692175 * Remove user meta data.
    22702176 *
    22712177 * @since 2.0.0
    2272  * @deprecated 3.0.0
    2273  * @deprecated Use delete_user_meta()
     2178 * @deprecated 3.0.0 Use delete_user_meta()
    22742179 * @see delete_user_meta()
    22752180 *
    22762181 * @param int $user_id User ID.
     
    23172222 * than one metadata value, then it will be list of metadata values.
    23182223 *
    23192224 * @since 2.0.0
    2320  * @deprecated 3.0.0
    2321  * @deprecated Use get_user_meta()
     2225 * @deprecated 3.0.0 Use get_user_meta()
    23222226 * @see get_user_meta()
    23232227 *
    23242228 * @param int $user_id User ID
     
    23702274 * Will remove the metadata, if the meta value is empty.
    23712275 *
    23722276 * @since 2.0.0
    2373  * @deprecated 3.0.0
    2374  * @deprecated Use update_user_meta()
     2277 * @deprecated 3.0.0 Use update_user_meta()
    23752278 * @see update_user_meta()
    23762279 *
    23772280 * @param int $user_id User ID
     
    24252328 * multi-blog feature.
    24262329 *
    24272330 * @since 2.2.0
    2428  * @deprecated 3.1.0
     2331 * @deprecated 3.1.0 Use get_users()
    24292332 * @uses $wpdb WordPress database object for queries
    24302333 * @uses $blog_id The Blog id of the blog for those that use more than one blog
    24312334 *
     
    24472350 * Enable/disable automatic general feed link outputting.
    24482351 *
    24492352 * @since 2.8.0
    2450  * @deprecated 3.0.0
    2451  * @deprecated Use add_theme_support( 'automatic-feed-links' )
     2353 * @deprecated 3.0.0 Use add_theme_support( 'automatic-feed-links' )
    24522354 *
    24532355 * @param boolean $add Optional, default is true. Add or remove links. Defaults to true.
    24542356 */
     
    24652367 * Retrieve user data based on field.
    24662368 *
    24672369 * @since 1.5.0
    2468  * @deprecated 3.0.0
    2469  * @deprecated Use get_the_author_meta()
     2370 * @deprecated 3.0.0 Use get_the_author_meta()
    24702371 * @see get_the_author_meta()
    24712372 */
    24722373function get_profile( $field, $user = false ) {
     
    24822383 * Number of posts user has written.
    24832384 *
    24842385 * @since 0.71
    2485  * @deprecated 3.0.0
    2486  * @deprecated Use count_user_posts()
     2386 * @deprecated 3.0.0 Use count_user_posts()
    24872387 * @see count_user_posts()
    24882388 */
    24892389function get_usernumposts( $userid ) {
     
    25352435 * Checks that the taxonomy name exists.
    25362436 *
    25372437 * @since 2.3.0
    2538  * @deprecated 3.0.0
    2539  * @deprecated Use taxonomy_exists()
     2438 * @deprecated 3.0.0 Use taxonomy_exists()
    25402439 * @see taxonomy_exists()
    25412440 *
    25422441 * @param string $taxonomy Name of taxonomy object
     
    25512450 * Check if Term exists.
    25522451 *
    25532452 * @since 2.3.0
    2554  * @deprecated 3.0.0
    2555  * @deprecated Use term_exists()
     2453 * @deprecated 3.0.0 Use term_exists()
    25562454 * @see term_exists()
    25572455 *
    25582456 * @param int|string $term The term to check
     
    25692467 * Is the current admin page generated by a plugin?
    25702468 *
    25712469 * @since 1.5.0
    2572  * @deprecated 3.1.0
    2573  * @deprecated Use global $plugin_page and/or get_plugin_page_hookname() hooks.
     2470 * @deprecated 3.1.0 Use global $plugin_page and/or get_plugin_page_hookname() hooks.
    25742471 *
    25752472 * @global $plugin_page
    25762473 *
     
    26232520 * Display editor: TinyMCE, HTML, or both.
    26242521 *
    26252522 * @since 2.1.0
    2626  * @deprecated 3.3.0
    2627  * @deprecated Use wp_editor()
     2523 * @deprecated 3.3.0 Use wp_editor()
    26282524 * @see wp_editor()
    26292525 *
    26302526 * @param string $content Textarea content.
     
    28612757 * Checks if the current user belong to a given blog.
    28622758 *
    28632759 * @since MU
    2864  * @deprecated 3.3.0
    2865  * @deprecated Use is_user_member_of_blog()
     2760 * @deprecated 3.3.0 Use is_user_member_of_blog()
    28662761 * @see is_user_member_of_blog()
    28672762 *
    28682763 * @param int $blog_id Blog ID
     
    28782773 * Open the file handle for debugging.
    28792774 *
    28802775 * @since 0.71
    2881  * @deprecated Use error_log()
     2776 * @deprecated 3.4.0 Use error_log()
    28822777 * @link http://www.php.net/manual/en/function.error-log.php
    2883  * @deprecated 3.4.0
    28842778 */
    28852779function debug_fopen( $filename, $mode ) {
    2886         _deprecated_function( __FUNCTION__, 'error_log()' );
     2780        _deprecated_function( __FUNCTION__, '3.4', 'error_log()' );
    28872781        return false;
    28882782}
    28892783
     
    28912785 * Write contents to the file used for debugging.
    28922786 *
    28932787 * @since 0.71
    2894  * @deprecated Use error_log() instead.
     2788 * @deprecated 3.4.0 Use error_log()
    28952789 * @link http://www.php.net/manual/en/function.error-log.php
    2896  * @deprecated 3.4.0
    28972790 */
    28982791function debug_fwrite( $fp, $string ) {
    2899         _deprecated_function( __FUNCTION__, 'error_log()' );
     2792        _deprecated_function( __FUNCTION__, '3.4', 'error_log()' );
    29002793        if ( ! empty( $GLOBALS['debug'] ) )
    29012794                error_log( $string );
    29022795}
     
    29052798 * Close the debugging file handle.
    29062799 *
    29072800 * @since 0.71
    2908  * @deprecated Use error_log()
     2801 * @deprecated 3.4.0 Use error_log()
    29092802 * @link http://www.php.net/manual/en/function.error-log.php
    2910  * @deprecated 3.4.0
    29112803 */
    29122804function debug_fclose( $fp ) {
    2913         _deprecated_function( __FUNCTION__, 'error_log()' );
     2805        _deprecated_function( __FUNCTION__, '3.4', 'error_log()' );
    29142806}
    29152807
    29162808/**
     
    29212813 * broken, if it is missing style.css; index.php is optional.
    29222814 *
    29232815 * @since 1.5.0
    2924  * @deprecated 3.4.0
    2925  * @deprecated Use wp_get_themes()
     2816 * @deprecated 3.4.0 Use wp_get_themes()
    29262817 * @see wp_get_themes()
    29272818 *
    29282819 * @return array Theme list with theme data.
     
    29522843 * Retrieve theme data.
    29532844 *
    29542845 * @since 1.5.0
    2955  * @deprecated 3.4.0
    2956  * @deprecated Use wp_get_theme()
     2846 * @deprecated 3.4.0 Use wp_get_theme()
    29572847 * @see wp_get_theme()
    29582848 *
    29592849 * @param string $theme Theme name.
     
    29722862 * Retrieve current theme name.
    29732863 *
    29742864 * @since 1.5.0
    2975  * @deprecated 3.4.0
    2976  * @deprecated Use (string) wp_get_theme()
     2865 * @deprecated 3.4.0 Use (string) wp_get_theme()
    29772866 * @see wp_get_theme()
    29782867 *
    29792868 * @return string
     
    30192908 * Add callbacks for image header display.
    30202909 *
    30212910 * @since 2.1.0
    3022  * @deprecated 3.4.0
    3023  * @deprecated Use add_theme_support('custom-header', $args)
     2911 * @deprecated 3.4.0 Use add_theme_support('custom-header', $args)
    30242912 * @see add_theme_support()
    30252913 *
    30262914 * @param callback $wp_head_callback Call on 'wp_head' action.
     
    30422930 * Remove image header support.
    30432931 *
    30442932 * @since 3.1.0
    3045  * @deprecated 3.4.0
    3046  * @deprecated Use remove_theme_support('custom-header')
     2933 * @deprecated 3.4.0 Use remove_theme_support('custom-header')
    30472934 * @see remove_theme_support()
    30482935 *
    30492936 * @return bool Whether support was removed.
     
    30572944 * Add callbacks for background image display.
    30582945 *
    30592946 * @since 3.0.0
    3060  * @deprecated 3.4.0
    3061  * @deprecated Use add_theme_support('custom-background, $args)
     2947 * @deprecated 3.4.0 Use add_theme_support('custom-background', $args)
    30622948 * @see add_theme_support()
    30632949 *
    30642950 * @param callback $wp_head_callback Call on 'wp_head' action.
     
    30812967 * Remove custom background support.
    30822968 *
    30832969 * @since 3.1.0
     2970 * @deprecated 3.4.0 Use add_theme_support('custom-background')
    30842971 * @see add_custom_background()
    30852972 *
    30862973 * @return bool Whether support was removed.
     
    30942981 * Retrieve theme data from parsed theme file.
    30952982 *
    30962983 * @since 1.5.0
    3097  * @deprecated 3.4.0
    3098  * @deprecated Use wp_get_theme()
     2984 * @deprecated 3.4.0 Use wp_get_theme()
    30992985 * @see wp_get_theme()
    31002986 *
    31012987 * @param string $theme_file Theme file path.
     
    31333019 * @see update_post_cache() Posts and pages are the same, alias is intentional
    31343020 *
    31353021 * @since 1.5.1
    3136  * @deprecated 3.4.0
     3022 * @deprecated 3.4.0 Use update_post_cache()
    31373023 *
    31383024 * @param array $pages list of page objects
    31393025 */
     
    31503036 * associated with 'all_page_ids' and 'get_pages'.
    31513037 *
    31523038 * @since 2.0.0
    3153  * @deprecated 3.4.0
     3039 * @deprecated 3.4.0 Use clean_post_cache()
    31543040 *
    31553041 * @uses do_action() Will call the 'clean_page_cache' hook action.
    31563042 *
     
    31683054 * Deprecated in 3.4.1 and 3.5.0. Backported to 3.3.3.
    31693055 *
    31703056 * @since 2.0.4
    3171  * @deprecated 3.4.1
    3172  * @deprecated Use wp_nonce_ays()
     3057 * @deprecated 3.4.1 Use wp_nonce_ays()
    31733058 * @see wp_nonce_ays()
    31743059 *
    31753060 * @param string $action Nonce action.
     
    31843069 * Display "sticky" CSS class, if a post is sticky.
    31853070 *
    31863071 * @since 2.7.0
    3187  * @deprecated 3.5.0
    3188  * @deprecated Use post_class()
     3072 * @deprecated 3.5.0 Use post_class()
    31893073 * @see post_class()
    31903074 *
    31913075 * @param int $post_id An optional post ID.
     
    32143098 * Load an image from a string, if PHP supports it.
    32153099 *
    32163100 * @since 2.1.0
    3217  * @deprecated 3.5.0
     3101 * @deprecated 3.5.0 Use wp_get_image_editor()
    32183102 * @see wp_get_image_editor()
    32193103 *
    32203104 * @param string $file Filename of the image to load.
     
    32543138 * downgraded, not actual defects), but of your PHP version.
    32553139 *
    32563140 * @since 2.5.0
    3257  * @deprecated 3.5.0
     3141 * @deprecated 3.5.0 Use wp_get_image_editor()
    32583142 * @see wp_get_image_editor()
    32593143 *
    32603144 * @param string $file Image file path.
     
    32943178 * property or key.
    32953179 *
    32963180 * @since 1.0.0
    3297  * @deprecated 3.5.0
     3181 * @deprecated 3.5.0 Use get_post()
    32983182 * @see get_post()
    32993183 *
    33003184 * @param int $postid Post ID.
     
    33103194 * Check that the user login name and password is correct.
    33113195 *
    33123196 * @since 0.71
    3313  * @deprecated 3.5.0
    3314  * @deprecated Use wp_authenticate()
     3197 * @deprecated 3.5.0 Use wp_authenticate()
    33153198 * @see wp_authenticate()
    33163199 *
    33173200 * @param string $user_login User name.
     
    33393222 * Check if the installed version of GD supports particular image type
    33403223 *
    33413224 * @since 2.9.0
    3342  * @deprecated 3.5.0
     3225 * @deprecated 3.5.0 Use wp_image_editor_supports()
    33433226 * @see wp_image_editor_supports()
    33443227 *
    33453228 * @param string $mime_type
     
    33743257 * Converts an integer byte value to a shorthand byte value.
    33753258 *
    33763259 * @since 2.3.0
    3377  * @deprecated 3.6.0
    3378  * @deprecated Use size_format()
     3260 * @deprecated 3.6.0 Use size_format()
    33793261 *
    33803262 * @param int $bytes An integer byte value.
    33813263 * @return string A shorthand byte value.
     
    34623344 * Formerly used to escape strings before searching the DB. It was poorly documented and never worked as described.
    34633345 *
    34643346 * @since 2.5.0
    3465  * @deprecated 4.0.0
    3466  * @deprecated Use wpdb::esc_like()
     3347 * @deprecated 4.0.0 Use wpdb::esc_like()
    34673348 *
    34683349 * @param string $text The text to be escaped.
    34693350 * @return string text, safe for inclusion in LIKE query.
  • wp-includes/ms-deprecated.php

     
    1818 * Dashboard blog functionality was removed in WordPress 3.1, replaced by the user admin.
    1919 *
    2020 * @since MU
    21  * @deprecated 3.1.0
     21 * @deprecated 3.1.0 Use get_blog_details()
    2222 * @see get_blog_details()
    2323 * @return int
    2424 */
     
    3232
    3333/**
    3434 * @since MU
    35  * @deprecated 3.0.0
    36  * @deprecated Use wp_generate_password()
     35 * @deprecated 3.0.0 Use wp_generate_password()
    3736 * @see wp_generate_password()
    3837 */
    3938function generate_random_password( $len = 8 ) {
     
    5150 * legacy function_exists() checks to determine if multisite is enabled.
    5251 *
    5352 * @since MU
    54  * @deprecated 3.0.0
    55  * @deprecated Use is_super_admin()
     53 * @deprecated 3.0.0 Use is_super_admin()
    5654 * @see is_super_admin()
    5755 * @see is_multisite()
    5856 *
     
    7775if ( !function_exists( 'graceful_fail' ) ) :
    7876/**
    7977 * @since MU
    80  * @deprecated 3.0.0
    81  * @deprecated Use wp_die()
     78 * @deprecated 3.0.0 Use wp_die()
    8279 * @see wp_die()
    8380 */
    8481function graceful_fail( $message ) {
     
    114111
    115112/**
    116113 * @since MU
    117  * @deprecated 3.0.0
    118  * @deprecated Use get_user_by()
     114 * @deprecated 3.0.0 Use get_user_by()
    119115 * @see get_user_by()
    120116 */
    121117function get_user_details( $username ) {
     
    125121
    126122/**
    127123 * @since MU
    128  * @deprecated 3.0.0
    129  * @deprecated Use clean_post_cache()
     124 * @deprecated 3.0.0 Use clean_post_cache()
    130125 * @see clean_post_cache()
    131126 */
    132127function clear_global_post_cache( $post_id ) {
     
    135130
    136131/**
    137132 * @since MU
    138  * @deprecated 3.0.0
    139  * @deprecated Use is_main_site()
     133 * @deprecated 3.0.0 Use is_main_site()
    140134 * @see is_main_site()
    141135 */
    142136function is_main_blog() {
     
    146140
    147141/**
    148142 * @since MU
    149  * @deprecated 3.0.0
    150  * @deprecated Use is_email()
     143 * @deprecated 3.0.0 Use is_email()
    151144 * @see is_email()
    152145 */
    153146function validate_email( $email, $check_domain = true) {
     
    157150
    158151/**
    159152 * @since MU
    160  * @deprecated 3.0.0
    161  * @deprecated No alternative available. For performance reasons this function is not recommended.
     153 * @deprecated 3.0.0 No alternative available. For performance reasons this function is not recommended.
    162154 */
    163155function get_blog_list( $start = 0, $num = 10, $deprecated = '' ) {
    164156        _deprecated_function( __FUNCTION__, '3.0', 'wp_get_sites()' );
     
    184176
    185177/**
    186178 * @since MU
    187  * @deprecated 3.0.0
    188  * @deprecated No alternative available. For performance reasons this function is not recommended.
     179 * @deprecated 3.0.0 No alternative available. For performance reasons this function is not recommended.
    189180 */
    190181function get_most_active_blogs( $num = 10, $display = true ) {
    191182        _deprecated_function( __FUNCTION__, '3.0' );
     
    230221 * 6) $url
    231222 *
    232223 * @since MU
    233  * @deprecated 3.3.0
    234  * @deprecated Use wp_redirect()
     224 * @deprecated 3.3.0 Use wp_redirect()
    235225 * @uses wpmu_admin_redirect_add_updated_param()
    236226 *
    237227 * @param string $url
    238228 */
    239229function wpmu_admin_do_redirect( $url = '' ) {
    240         _deprecated_function( __FUNCTION__, '3.3' );
     230        _deprecated_function( __FUNCTION__, '3.3', 'wp_redirect()' );
    241231
    242232        $ref = '';
    243233        if ( isset( $_GET['ref'] ) )
     
    270260 * Adds an 'updated=true' argument to a URL.
    271261 *
    272262 * @since MU
    273  * @deprecated 3.3.0
    274  * @deprecated Use add_query_arg()
     263 * @deprecated 3.3.0 Use add_query_arg()
    275264 *
    276265 * @param string $url
    277266 * @return string
    278267 */
    279268function wpmu_admin_redirect_add_updated_param( $url = '' ) {
    280         _deprecated_function( __FUNCTION__, '3.3' );
     269        _deprecated_function( __FUNCTION__, '3.3', 'add_query_arg()' );
    281270
    282271        if ( strpos( $url, 'updated=true' ) === false ) {
    283272                if ( strpos( $url, '?' ) === false )
     
    295284 * and is simply returned as such.
    296285 *
    297286 * @since MU
    298  * @deprecated 3.6.0
    299  * @deprecated Use get_user_by()
     287 * @deprecated 3.6.0 Use get_user_by()
     288 * @see get_user_by()
    300289 * @uses get_user_by()
    301290 *
    302291 * @param string $string Either an email address or a login.
  • wp-includes/pluggable-deprecated.php

     
    2323 *
    2424 * @since 2.0.1
    2525 * @see wp_set_current_user() An alias of wp_set_current_user()
    26  * @deprecated 3.0.0
    27  * @deprecated Use wp_set_current_user()
     26 * @deprecated 3.0.0 Use wp_set_current_user()
    2827 *
    2928 * @param int|null $id User ID.
    3029 * @param string $name Optional. The user's username
     
    4140 * Retrieve user info by login name.
    4241 *
    4342 * @since 0.71
    44  * @deprecated 3.3.0
    45  * @deprecated Use get_user_by('login')
     43 * @deprecated 3.3.0 Use get_user_by('login')
    4644 *
    4745 * @param string $user_login User's username
    4846 * @return bool|object False on failure, User DB row object
     
    5856 * Retrieve user info by email.
    5957 *
    6058 * @since 2.5.0
    61  * @deprecated 3.3.0
    62  * @deprecated Use get_user_by('email')
     59 * @deprecated 3.3.0 Use get_user_by('email')
    6360 *
    6461 * @param string $email User's email address
    6562 * @return bool|object False on failure, User DB row object
     
    7572 * Sets a cookie for a user who just logged in. This function is deprecated.
    7673 *
    7774 * @since 1.5.0
    78  * @deprecated 2.5.0
    79  * @deprecated Use wp_set_auth_cookie()
     75 * @deprecated 2.5.0 Use wp_set_auth_cookie()
    8076 * @see wp_set_auth_cookie()
    8177 *
    8278 * @param string $username The user's username
     
    10096 * Clears the authentication cookie, logging the user out. This function is deprecated.
    10197 *
    10298 * @since 1.5.0
    103  * @deprecated 2.5.0
    104  * @deprecated Use wp_clear_auth_cookie()
     99 * @deprecated 2.5.0 Use wp_clear_auth_cookie()
    105100 * @see wp_clear_auth_cookie()
    106101 */
    107102function wp_clearcookie() {
     
    120115 * used anywhere in WordPress. Also, plugins shouldn't use it either.
    121116 *
    122117 * @since 2.0.3
    123  * @deprecated 2.5.0
    124  * @deprecated No alternative
     118 * @deprecated 2.5.0 No alternative function available
    125119 *
    126120 * @return bool Always returns false
    127121 */
     
    145139 * failure can utilize it later.
    146140 *
    147141 * @since 1.2.2
    148  * @deprecated Use wp_signon()
     142 * @deprecated 2.5.0 Use wp_signon()
    149143 * @global string $error Error when false is returned
    150144 *
    151145 * @param string $username User's username
     
    176170 * It is kept here in case a plugin directly referred to the class.
    177171 *
    178172 * @since 2.2.0
    179  * @deprecated 3.5.0
     173 * @deprecated 3.5.0 Use the Atom Publishing Protocol plugin
    180174 * @link https://wordpress.org/plugins/atom-publishing-protocol/
    181175 */
    182176if ( ! class_exists( 'wp_atom_server' ) ) {
  • wp-includes/post.php

     
    39803980 * Use get_post() instead of get_page().
    39813981 *
    39823982 * @since 1.5.1
    3983  * @deprecated 3.5.0
     3983 * @deprecated 3.5.0 Use get_post()
     3984 * @see get_post()
    39843985 *
    39853986 * @param mixed $page Page object or page ID. Passed by reference.
    39863987 * @param string $output What to output. OBJECT, ARRAY_A, or ARRAY_N.
  • wp-includes/wp-db.php

     
    10071007         * Use esc_sql() or wpdb::prepare() instead.
    10081008         *
    10091009         * @since 2.8.0
    1010          * @deprecated 3.6.0
     1010         * @deprecated 3.6.0 Use wpdb::prepare() or esc_sql()
    10111011         * @see wpdb::prepare
    10121012         * @see esc_sql()
    10131013         * @access private
     
    10771077         * Use esc_sql() or wpdb::prepare() instead.
    10781078         *
    10791079         * @since 0.71
    1080          * @deprecated 3.6.0
     1080         * @deprecated 3.6.0 Use wpdb::prepare() or esc_sql()
    10811081         * @see wpdb::prepare()
    10821082         * @see esc_sql()
    10831083         *
     
    21012101         * Called when WordPress is generating the table scheme.
    21022102         *
    21032103         * @since 2.5.0
    2104          * @deprecated 3.5.0
    2105          * @deprecated Use wpdb::has_cap( 'collation' )
     2104         * @deprecated 3.5.0 Use wpdb::has_cap( 'collation' )
    21062105         *
    21072106         * @return bool True if collation is supported, false if version does not
    21082107         */
  • xmlrpc.php

     
    8888/**
    8989 * logIO() - Writes logging info to a file.
    9090 *
    91  * @deprecated 3.4.0
    92  * @deprecated Use error_log()
     91 * @deprecated 3.4.0 Use error_log()
    9392 *
    9493 * @param string $io Whether input or output
    9594 * @param string $msg Information describing logging reason.