Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r25640 r26868  
    5454 *
    5555 * @since 1.0.1
    56  * @deprecated 1.5
     56 * @deprecated 1.5.0
    5757 * @deprecated Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
    5858 */
     
    122122 * Prints link to the previous post.
    123123 *
    124  * @since 1.5
    125  * @deprecated 2.0
     124 * @since 1.5.0
     125 * @deprecated 2.0.0
    126126 * @deprecated Use previous_post_link()
    127127 * @see previous_post_link()
     
    160160 *
    161161 * @since 0.71
    162  * @deprecated 2.0
     162 * @deprecated 2.0.0
    163163 * @deprecated Use next_post_link()
    164164 * @see next_post_link()
     
    195195 * Whether user can create a post.
    196196 *
    197  * @since 1.5
    198  * @deprecated 2.0
     197 * @since 1.5.0
     198 * @deprecated 2.0.0
    199199 * @deprecated Use current_user_can()
    200200 * @see current_user_can()
     
    215215 * Whether user can create a post.
    216216 *
    217  * @since 1.5
    218  * @deprecated 2.0
     217 * @since 1.5.0
     218 * @deprecated 2.0.0
    219219 * @deprecated Use current_user_can()
    220220 * @see current_user_can()
     
    235235 * Whether user can edit a post.
    236236 *
    237  * @since 1.5
    238  * @deprecated 2.0
     237 * @since 1.5.0
     238 * @deprecated 2.0.0
    239239 * @deprecated Use current_user_can()
    240240 * @see current_user_can()
     
    264264 * Whether user can delete a post.
    265265 *
    266  * @since 1.5
    267  * @deprecated 2.0
     266 * @since 1.5.0
     267 * @deprecated 2.0.0
    268268 * @deprecated Use current_user_can()
    269269 * @see current_user_can()
     
    284284 * Whether user can set new posts' dates.
    285285 *
    286  * @since 1.5
    287  * @deprecated 2.0
     286 * @since 1.5.0
     287 * @deprecated 2.0.0
    288288 * @deprecated Use current_user_can()
    289289 * @see current_user_can()
     
    304304 * Whether user can delete a post.
    305305 *
    306  * @since 1.5
    307  * @deprecated 2.0
     306 * @since 1.5.0
     307 * @deprecated 2.0.0
    308308 * @deprecated Use current_user_can()
    309309 * @see current_user_can()
     
    324324 * Whether user can delete a post.
    325325 *
    326  * @since 1.5
    327  * @deprecated 2.0
     326 * @since 1.5.0
     327 * @deprecated 2.0.0
    328328 * @deprecated Use current_user_can()
    329329 * @see current_user_can()
     
    344344 * Whether user can delete a post.
    345345 *
    346  * @since 1.5
    347  * @deprecated 2.0
     346 * @since 1.5.0
     347 * @deprecated 2.0.0
    348348 * @deprecated Use current_user_can()
    349349 * @see current_user_can()
     
    364364 * Can user can edit other user.
    365365 *
    366  * @since 1.5
    367  * @deprecated 2.0
     366 * @since 1.5.0
     367 * @deprecated 2.0.0
    368368 * @deprecated Use current_user_can()
    369369 * @see current_user_can()
     
    388388 *
    389389 * @since 0.71
    390  * @deprecated 2.1
     390 * @deprecated 2.1.0
    391391 * @deprecated Use get_bookmarks()
    392392 * @see get_bookmarks()
     
    422422 *
    423423 * @since 1.0.1
    424  * @deprecated 2.1
     424 * @deprecated 2.1.0
    425425 * @deprecated Use wp_list_bookmarks()
    426426 * @see wp_list_bookmarks()
     
    460460 *
    461461 * @since 1.0.1
    462  * @deprecated 2.1
     462 * @deprecated 2.1.0
    463463 * @deprecated Use get_bookmarks()
    464464 * @see get_bookmarks()
     
    513513 *
    514514 * @since 1.0.1
    515  * @deprecated 2.1
     515 * @deprecated 2.1.0
    516516 * @deprecated Use get_bookmarks()
    517517 * @see get_bookmarks()
     
    541541 *
    542542 * @since 0.71
    543  * @deprecated 2.1
     543 * @deprecated 2.1.0
    544544 * @deprecated Use get_bookmarks()
    545545 * @see get_bookmarks()
     
    569569 *
    570570 * @since 0.71
    571  * @deprecated 2.1
     571 * @deprecated 2.1.0
    572572 * @deprecated Use get_bookmarks()
    573573 * @see get_bookmarks()
     
    597597 *
    598598 * @since 0.71
    599  * @deprecated 2.1
     599 * @deprecated 2.1.0
    600600 * @deprecated No alternative function available
    601601 *
     
    610610/**
    611611 * @since 0.71
    612  * @deprecated 2.1
     612 * @deprecated 2.1.0
    613613 * @deprecated Use wp_list_categories()
    614614 * @see wp_list_categories()
     
    645645
    646646/**
    647  * @since 1.2
    648  * @deprecated 2.1
     647 * @since 1.2.0
     648 * @deprecated 2.1.0
    649649 * @deprecated Use wp_list_categories()
    650650 * @see wp_list_categories()
     
    678678/**
    679679 * @since 0.71
    680  * @deprecated 2.1
     680 * @deprecated 2.1.0
    681681 * @deprecated Use wp_dropdown_categories()
    682682 * @see wp_dropdown_categories()
     
    714714
    715715/**
    716  * @since 1.2
    717  * @deprecated 2.1
     716 * List authors.
     717 *
     718 * @since 1.2.0
     719 * @deprecated 2.1.0
    718720 * @deprecated Use wp_list_authors()
    719721 * @see wp_list_authors()
     
    736738/**
    737739 * @since 1.0.1
    738  * @deprecated 2.1
     740 * @deprecated 2.1.0
    739741 * @deprecated Use wp_get_post_categories()
    740742 * @see wp_get_post_categories()
     
    753755 *
    754756 * @since 1.0.1
    755  * @deprecated 2.1
     757 * @deprecated 2.1.0
    756758 * @deprecated Use wp_set_post_categories()
    757759 * @see wp_set_post_categories()
     
    769771/**
    770772 * @since 0.71
    771  * @deprecated 2.1
     773 * @deprecated 2.1.0
    772774 * @deprecated Use wp_get_archives()
    773775 * @see wp_get_archives()
     
    790792 * Returns or Prints link to the author's posts.
    791793 *
    792  * @since 1.2
    793  * @deprecated 2.1
     794 * @since 1.2.0
     795 * @deprecated 2.1.0
    794796 * @deprecated Use get_author_posts_url()
    795797 * @see get_author_posts_url()
     
    814816 *
    815817 * @since 0.71
    816  * @deprecated 2.1
     818 * @deprecated 2.1.0
    817819 * @deprecated Use wp_link_pages()
    818820 * @see wp_link_pages()
     
    839841 *
    840842 * @since 0.71
    841  * @deprecated 2.1
     843 * @deprecated 2.1.0
    842844 * @deprecated Use get_option()
    843845 * @see get_option()
     
    856858 *
    857859 * @since 0.71
    858  * @deprecated 1.2
     860 * @deprecated 1.2.0
    859861 * @deprecated Use the_permalink()
    860862 * @see the_permalink()
     
    869871 *
    870872 * @since 0.71
    871  * @deprecated 2.3
     873 * @deprecated 2.3.0
    872874 * @deprecated Use the_permalink_rss()
    873875 * @see the_permalink_rss()
     
    885887 * @see get_links() for argument information that can be used in $args
    886888 * @since 1.0.1
    887  * @deprecated 2.1
     889 * @deprecated 2.1.0
    888890 * @deprecated Use wp_list_bookmarks()
    889891 * @see wp_list_bookmarks()
     
    925927 *
    926928 * @since 0.71
    927  * @deprecated 2.1
     929 * @deprecated 2.1.0
    928930 * @deprecated Use get_bookmarks()
    929931 * @see get_bookmarks()
     
    10341036 *
    10351037 * @since 1.0.1
    1036  * @deprecated 2.1
     1038 * @deprecated 2.1.0
    10371039 * @deprecated Use wp_list_bookmarks()
    10381040 * @see wp_list_bookmarks()
     
    10771079 *
    10781080 * @since 0.71
    1079  * @deprecated 2.1
     1081 * @deprecated 2.1.0
    10801082 * @deprecated {@internal Use function instead is unknown}}
    10811083 *
     
    10921094/**
    10931095 * @since 1.0.1
    1094  * @deprecated 2.1
     1096 * @deprecated 2.1.0
    10951097 * @deprecated Use sanitize_bookmark_field()
    10961098 * @see sanitize_bookmark_field()
     
    11081110 *
    11091111 * @since 0.71
    1110  * @deprecated 2.1
     1112 * @deprecated 2.1.0
    11111113 * @deprecated Use get_category()
    11121114 * @see get_category()
     
    11381140 *
    11391141 * @since 1.0.1
    1140  * @deprecated 2.5
     1142 * @deprecated 2.5.0
    11411143 * @deprecated Use post_comments_feed_link()
    11421144 * @see post_comments_feed_link()
     
    11521154 * Print/Return link to category RSS2 feed.
    11531155 *
    1154  * @since 1.2
    1155  * @deprecated 2.5
     1156 * @since 1.2.0
     1157 * @deprecated 2.5.0
    11561158 * @deprecated Use get_category_feed_link()
    11571159 * @see get_category_feed_link()
     
    11741176 * Print/Return link to author RSS feed.
    11751177 *
    1176  * @since 1.2
    1177  * @deprecated 2.5
     1178 * @since 1.2.0
     1179 * @deprecated 2.5.0
    11781180 * @deprecated Use get_author_feed_link()
    11791181 * @see get_author_feed_link()
     
    11951197 * Return link to the post RSS feed.
    11961198 *
    1197  * @since 1.5
    1198  * @deprecated 2.2
     1199 * @since 1.5.0
     1200 * @deprecated 2.2.0
    11991201 * @deprecated Use get_post_comments_feed_link()
    12001202 * @see get_post_comments_feed_link()
     
    12101212 * An alias of wp_create_user().
    12111213 *
    1212  * @since 2.0
    1213  * @deprecated 2.0
     1214 * @since 2.0.0
     1215 * @deprecated 2.0.0
    12141216 * @deprecated Use wp_create_user()
    12151217 * @see wp_create_user()
     
    12281230 * Unused function.
    12291231 *
    1230  * @deprecated 2.5
     1232 * @deprecated 2.5.0
    12311233*/
    12321234function gzip_compression() {
     
    12391241 *
    12401242 * @since 0.71
    1241  * @deprecated 2.7
     1243 * @deprecated 2.7.0
    12421244 * @deprecated Use get_comment()
    12431245 * @see get_comment()
     
    12571259 *
    12581260 * @since 0.71
    1259  * @deprecated 2.8
     1261 * @deprecated 2.8.0
    12601262 * @deprecated Use get_cat_name()
    12611263 * @see get_cat_name()
     
    12731275 *
    12741276 * @since 1.2.0
    1275  * @deprecated 2.8
     1277 * @deprecated 2.8.0
    12761278 * @deprecated Use get_term_children()
    12771279 * @see get_term_children()
     
    13101312 * Retrieve the description of the author of the current post.
    13111313 *
    1312  * @since 1.5
    1313  * @deprecated 2.8
     1314 * @since 1.5.0
     1315 * @deprecated 2.8.0
    13141316 * @deprecated Use get_the_author_meta('description')
    13151317 * @see get_the_author_meta()
     
    13261328 *
    13271329 * @since 1.0.0
    1328  * @deprecated 2.8
     1330 * @deprecated 2.8.0
    13291331 * @deprecated Use the_author_meta('description')
    13301332 * @see the_author_meta()
     
    13381340 * Retrieve the login name of the author of the current post.
    13391341 *
    1340  * @since 1.5
    1341  * @deprecated 2.8
     1342 * @since 1.5.0
     1343 * @deprecated 2.8.0
    13421344 * @deprecated Use get_the_author_meta('login')
    13431345 * @see get_the_author_meta()
     
    13541356 *
    13551357 * @since 0.71
    1356  * @deprecated 2.8
     1358 * @deprecated 2.8.0
    13571359 * @deprecated Use the_author_meta('login')
    13581360 * @see the_author_meta()
     
    13661368 * Retrieve the first name of the author of the current post.
    13671369 *
    1368  * @since 1.5
    1369  * @deprecated 2.8
     1370 * @since 1.5.0
     1371 * @deprecated 2.8.0
    13701372 * @deprecated Use get_the_author_meta('first_name')
    13711373 * @see get_the_author_meta()
     
    13821384 *
    13831385 * @since 0.71
    1384  * @deprecated 2.8
     1386 * @deprecated 2.8.0
    13851387 * @deprecated Use the_author_meta('first_name')
    13861388 * @see the_author_meta()
     
    13941396 * Retrieve the last name of the author of the current post.
    13951397 *
    1396  * @since 1.5
    1397  * @deprecated 2.8
     1398 * @since 1.5.0
     1399 * @deprecated 2.8.0
    13981400 * @deprecated Use get_the_author_meta('last_name')
    13991401 * @see get_the_author_meta()
     
    14101412 *
    14111413 * @since 0.71
    1412  * @deprecated 2.8
     1414 * @deprecated 2.8.0
    14131415 * @deprecated Use the_author_meta('last_name')
    14141416 * @see the_author_meta()
     
    14221424 * Retrieve the nickname of the author of the current post.
    14231425 *
    1424  * @since 1.5
    1425  * @deprecated 2.8
     1426 * @since 1.5.0
     1427 * @deprecated 2.8.0
    14261428 * @deprecated Use get_the_author_meta('nickname')
    14271429 * @see get_the_author_meta()
     
    14381440 *
    14391441 * @since 0.71
    1440  * @deprecated 2.8
     1442 * @deprecated 2.8.0
    14411443 * @deprecated Use the_author_meta('nickname')
    14421444 * @see the_author_meta()
     
    14501452 * Retrieve the email of the author of the current post.
    14511453 *
    1452  * @since 1.5
    1453  * @deprecated 2.8
     1454 * @since 1.5.0
     1455 * @deprecated 2.8.0
    14541456 * @deprecated Use get_the_author_meta('email')
    14551457 * @see get_the_author_meta()
     
    14661468 *
    14671469 * @since 0.71
    1468  * @deprecated 2.8
     1470 * @deprecated 2.8.0
    14691471 * @deprecated Use the_author_meta('email')
    14701472 * @see the_author_meta()
     
    14781480 * Retrieve the ICQ number of the author of the current post.
    14791481 *
    1480  * @since 1.5
    1481  * @deprecated 2.8
     1482 * @since 1.5.0
     1483 * @deprecated 2.8.0
    14821484 * @deprecated Use get_the_author_meta('icq')
    14831485 * @see get_the_author_meta()
     
    14941496 *
    14951497 * @since 0.71
    1496  * @deprecated 2.8
     1498 * @deprecated 2.8.0
    14971499 * @deprecated Use the_author_meta('icq')
    14981500 * @see the_author_meta()
     
    15061508 * Retrieve the Yahoo! IM name of the author of the current post.
    15071509 *
    1508  * @since 1.5
    1509  * @deprecated 2.8
     1510 * @since 1.5.0
     1511 * @deprecated 2.8.0
    15101512 * @deprecated Use get_the_author_meta('yim')
    15111513 * @see get_the_author_meta()
     
    15221524 *
    15231525 * @since 0.71
    1524  * @deprecated 2.8
     1526 * @deprecated 2.8.0
    15251527 * @deprecated Use the_author_meta('yim')
    15261528 * @see the_author_meta()
     
    15341536 * Retrieve the MSN address of the author of the current post.
    15351537 *
    1536  * @since 1.5
    1537  * @deprecated 2.8
     1538 * @since 1.5.0
     1539 * @deprecated 2.8.0
    15381540 * @deprecated Use get_the_author_meta('msn')
    15391541 * @see get_the_author_meta()
     
    15501552 *
    15511553 * @since 0.71
    1552  * @deprecated 2.8
     1554 * @deprecated 2.8.0
    15531555 * @deprecated Use the_author_meta('msn')
    15541556 * @see the_author_meta()
     
    15621564 * Retrieve the AIM address of the author of the current post.
    15631565 *
    1564  * @since 1.5
    1565  * @deprecated 2.8
     1566 * @since 1.5.0
     1567 * @deprecated 2.8.0
    15661568 * @deprecated Use get_the_author_meta('aim')
    15671569 * @see get_the_author_meta()
     
    15791581 * @since 0.71
    15801582 * @see the_author_meta()
    1581  * @deprecated 2.8
     1583 * @deprecated 2.8.0
    15821584 * @deprecated Use the_author_meta('aim')
    15831585 */
     
    15911593 *
    15921594 * @since 1.0.0
    1593  * @deprecated 2.8
     1595 * @deprecated 2.8.0
    15941596 * @deprecated Use get_the_author_meta('display_name')
    15951597 * @see get_the_author_meta()
     
    16061608 * Retrieve the URL to the home page of the author of the current post.
    16071609 *
    1608  * @since 1.5
    1609  * @deprecated 2.8
     1610 * @since 1.5.0
     1611 * @deprecated 2.8.0
    16101612 * @deprecated Use get_the_author_meta('url')
    16111613 * @see get_the_author_meta()
     
    16221624 *
    16231625 * @since 0.71
    1624  * @deprecated 2.8
     1626 * @deprecated 2.8.0
    16251627 * @deprecated Use the_author_meta('url')
    16261628 * @see the_author_meta()
     
    16341636 * Retrieve the ID of the author of the current post.
    16351637 *
    1636  * @since 1.5
    1637  * @deprecated 2.8
     1638 * @since 1.5.0
     1639 * @deprecated 2.8.0
    16381640 * @deprecated Use get_the_author_meta('ID')
    16391641 * @see get_the_author_meta()
     
    16501652 *
    16511653 * @since 0.71
    1652  * @deprecated 2.8
     1654 * @deprecated 2.8.0
    16531655 * @deprecated Use the_author_meta('ID')
    16541656 * @see the_author_meta()
     
    17861788 * contains a context after its last vertical bar.
    17871789 *
    1788  * @since 2.5
     1790 * @since 2.5.0
    17891791 * @uses translate()
    17901792 * @deprecated 3.0.0
     
    18351837 * Register plural strings in POT file, but don't translate them.
    18361838 *
    1837  * @since 2.5
     1839 * @since 2.5.0
    18381840 * @deprecated 2.8.0
    18391841 * @deprecated Use _n_noop()
Note: See TracChangeset for help on using the changeset viewer.