Make WordPress Core

Changeset 33673


Ignore:
Timestamp:
08/20/2015 10:10:20 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize @deprecated tag formatting and add missing DocBlock summaries to deprecated functions in wp-includes/deprecated.php.

Props Alphawolf for the initial patch.
Props DrewAPicture.

See #28806.

File:
1 edited

Legend:

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

    r33659 r33673  
    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 *
     
    5352 * Sets up the WordPress Loop.
    5453 *
     54 * Use The Loop instead.
     55 *
     56 * @link https://codex.wordpress.org/The_Loop
     57 *
    5558 * @since 1.0.1
    5659 * @deprecated 1.5.0
    57  * @deprecated Use The Loop - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}
    5860 */
    5961function start_wp() {
     
    7274 *
    7375 * @since 0.71
    74  * @deprecated 0.71
    75  * @deprecated use get_the_category()
     76 * @deprecated 0.71 Use get_the_category()
    7677 * @see get_the_category()
    7778 *
     
    9697 *
    9798 * @since 0.71
    98  * @deprecated 0.71
    99  * @deprecated use get_the_category_by_ID()
     99 * @deprecated 0.71 Use get_the_category_by_ID()
    100100 * @see get_the_category_by_ID()
    101101 *
     
    123123 *
    124124 * @since 1.5.0
    125  * @deprecated 2.0.0
    126  * @deprecated Use previous_post_link()
     125 * @deprecated 2.0.0 Use previous_post_link()
    127126 * @see previous_post_link()
    128127 *
     
    160159 *
    161160 * @since 0.71
    162  * @deprecated 2.0.0
    163  * @deprecated Use next_post_link()
     161 * @deprecated 2.0.0 Use next_post_link()
    164162 * @see next_post_link()
    165163 *
     
    196194 *
    197195 * @since 1.5.0
    198  * @deprecated 2.0.0
    199  * @deprecated Use current_user_can()
     196 * @deprecated 2.0.0 Use current_user_can()
    200197 * @see current_user_can()
    201198 *
     
    216213 *
    217214 * @since 1.5.0
    218  * @deprecated 2.0.0
    219  * @deprecated Use current_user_can()
     215 * @deprecated 2.0.0 Use current_user_can()
    220216 * @see current_user_can()
    221217 *
     
    236232 *
    237233 * @since 1.5.0
    238  * @deprecated 2.0.0
    239  * @deprecated Use current_user_can()
     234 * @deprecated 2.0.0 Use current_user_can()
    240235 * @see current_user_can()
    241236 *
     
    265260 *
    266261 * @since 1.5.0
    267  * @deprecated 2.0.0
    268  * @deprecated Use current_user_can()
     262 * @deprecated 2.0.0 Use current_user_can()
    269263 * @see current_user_can()
    270264 *
     
    285279 *
    286280 * @since 1.5.0
    287  * @deprecated 2.0.0
    288  * @deprecated Use current_user_can()
     281 * @deprecated 2.0.0 Use current_user_can()
    289282 * @see current_user_can()
    290283 *
     
    305298 *
    306299 * @since 1.5.0
    307  * @deprecated 2.0.0
    308  * @deprecated Use current_user_can()
     300 * @deprecated 2.0.0 Use current_user_can()
    309301 * @see current_user_can()
    310302 *
     
    325317 *
    326318 * @since 1.5.0
    327  * @deprecated 2.0.0
    328  * @deprecated Use current_user_can()
     319 * @deprecated 2.0.0 Use current_user_can()
    329320 * @see current_user_can()
    330321 *
     
    345336 *
    346337 * @since 1.5.0
    347  * @deprecated 2.0.0
    348  * @deprecated Use current_user_can()
     338 * @deprecated 2.0.0 Use current_user_can()
    349339 * @see current_user_can()
    350340 *
     
    365355 *
    366356 * @since 1.5.0
    367  * @deprecated 2.0.0
    368  * @deprecated Use current_user_can()
     357 * @deprecated 2.0.0 Use current_user_can()
    369358 * @see current_user_can()
    370359 *
     
    388377 *
    389378 * @since 0.71
    390  * @deprecated 2.1.0
    391  * @deprecated Use get_bookmarks()
     379 * @deprecated 2.1.0 Use get_bookmarks()
    392380 * @see get_bookmarks()
    393381 *
     
    422410 *
    423411 * @since 1.0.1
    424  * @deprecated 2.1.0
    425  * @deprecated Use wp_list_bookmarks()
     412 * @deprecated 2.1.0 Use wp_list_bookmarks()
    426413 * @see wp_list_bookmarks()
    427414 *
     
    458445 *
    459446 * @since 1.0.1
    460  * @deprecated 2.1.0
    461  * @deprecated Use get_bookmarks()
     447 * @deprecated 2.1.0 Use get_bookmarks()
    462448 * @see get_bookmarks()
    463449 *
     
    509495 *
    510496 * @since 1.0.1
    511  * @deprecated 2.1.0
    512  * @deprecated Use get_bookmarks()
     497 * @deprecated 2.1.0 Use get_bookmarks()
    513498 * @see get_bookmarks()
    514499 *
     
    537522 *
    538523 * @since 0.71
    539  * @deprecated 2.1.0
    540  * @deprecated Use get_bookmarks()
     524 * @deprecated 2.1.0 Use get_bookmarks()
    541525 * @see get_bookmarks()
    542526 *
     
    565549 *
    566550 * @since 0.71
    567  * @deprecated 2.1.0
    568  * @deprecated Use get_bookmarks()
     551 * @deprecated 2.1.0 Use get_bookmarks()
    569552 * @see get_bookmarks()
    570553 *
     
    594577 * @since 0.71
    595578 * @deprecated 2.1.0
    596  * @deprecated No alternative function available
    597579 *
    598580 * @param int $id The category to get. If no category supplied uses 0
     
    605587
    606588/**
    607  * @since 0.71
    608  * @deprecated 2.1.0
    609  * @deprecated Use wp_list_categories()
     589 * Lists categories.
     590 *
     591 * @since 0.71
     592 * @deprecated 2.1.0 Use wp_list_categories()
    610593 * @see wp_list_categories()
    611594 *
     
    641624
    642625/**
     626 * Lists categories.
     627 *
    643628 * @since 1.2.0
    644  * @deprecated 2.1.0
    645  * @deprecated Use wp_list_categories()
     629 * @deprecated 2.1.0 Use wp_list_categories()
    646630 * @see wp_list_categories()
    647631 *
     
    673657
    674658/**
    675  * @since 0.71
    676  * @deprecated 2.1.0
    677  * @deprecated Use wp_dropdown_categories()
     659 * Deprecated method for generating a drop-down of categories.
     660 *
     661 * @since 0.71
     662 * @deprecated 2.1.0 Use wp_dropdown_categories()
    678663 * @see wp_dropdown_categories()
    679664 *
     
    710695
    711696/**
    712  * List authors.
     697 * Lists authors.
    713698 *
    714699 * @since 1.2.0
    715  * @deprecated 2.1.0
    716  * @deprecated Use wp_list_authors()
     700 * @deprecated 2.1.0 Use wp_list_authors()
    717701 * @see wp_list_authors()
    718702 *
     
    733717
    734718/**
     719 * Retrieves a list of post categories.
     720 *
    735721 * @since 1.0.1
    736  * @deprecated 2.1.0
    737  * @deprecated Use wp_get_post_categories()
     722 * @deprecated 2.1.0 Use wp_get_post_categories()
    738723 * @see wp_get_post_categories()
    739724 *
     
    766751
    767752/**
    768  * @since 0.71
    769  * @deprecated 2.1.0
    770  * @deprecated Use wp_get_archives()
     753 * Retrieves a list of archives.
     754 *
     755 * @since 0.71
     756 * @deprecated 2.1.0 Use wp_get_archives()
    771757 * @see wp_get_archives()
    772758 *
     
    789775 *
    790776 * @since 1.2.0
    791  * @deprecated 2.1.0
    792  * @deprecated Use get_author_posts_url()
     777 * @deprecated 2.1.0 Use get_author_posts_url()
    793778 * @see get_author_posts_url()
    794779 *
     
    812797 *
    813798 * @since 0.71
    814  * @deprecated 2.1.0
    815  * @deprecated Use wp_link_pages()
     799 * @deprecated 2.1.0 Use wp_link_pages()
    816800 * @see wp_link_pages()
    817801 *
     
    837821 *
    838822 * @since 0.71
    839  * @deprecated 2.1.0
    840  * @deprecated Use get_option()
     823 * @deprecated 2.1.0 Use get_option()
    841824 * @see get_option()
    842825 *
     
    854837 *
    855838 * @since 0.71
    856  * @deprecated 1.2.0
    857  * @deprecated Use the_permalink()
     839 * @deprecated 1.2.0 Use the_permalink()
    858840 * @see the_permalink()
    859841 */
     
    867849 *
    868850 * @since 0.71
    869  * @deprecated 2.3.0
    870  * @deprecated Use the_permalink_rss()
     851 * @deprecated 2.3.0 Use the_permalink_rss()
    871852 * @see the_permalink_rss()
    872853 *
     
    881862 * Gets the links associated with category.
    882863 *
    883  * @see get_links() for argument information that can be used in $args
    884864 * @since 1.0.1
    885  * @deprecated 2.1.0
    886  * @deprecated Use wp_list_bookmarks()
     865 * @deprecated 2.1.0 Use wp_list_bookmarks()
    887866 * @see wp_list_bookmarks()
    888867 *
     
    923902 *
    924903 * @since 0.71
    925  * @deprecated 2.1.0
    926  * @deprecated Use get_bookmarks()
     904 * @deprecated 2.1.0 Use get_bookmarks()
    927905 * @see get_bookmarks()
    928906 *
     
    10321010 *
    10331011 * @since 1.0.1
    1034  * @deprecated 2.1.0
    1035  * @deprecated Use wp_list_bookmarks()
     1012 * @deprecated 2.1.0 Use wp_list_bookmarks()
    10361013 * @see wp_list_bookmarks()
    10371014 *
     
    10761053 * @since 0.71
    10771054 * @deprecated 2.1.0
    1078  * @deprecated {@internal Use function instead is unknown}}
    10791055 *
    10801056 * @param string $text the text of the link
     
    10901066/**
    10911067 * @since 1.0.1
    1092  * @deprecated 2.1.0
    1093  * @deprecated Use sanitize_bookmark_field()
     1068 * @deprecated 2.1.0 Use sanitize_bookmark_field()
    10941069 * @see sanitize_bookmark_field()
    10951070 *
     
    11061081 *
    11071082 * @since 0.71
    1108  * @deprecated 2.1.0
    1109  * @deprecated Use get_category()
     1083 * @deprecated 2.1.0 Use get_category()
    11101084 * @see get_category()
    11111085 *
     
    11361110 *
    11371111 * @since 1.0.1
    1138  * @deprecated 2.5.0
    1139  * @deprecated Use post_comments_feed_link()
     1112 * @deprecated 2.5.0 Use post_comments_feed_link()
    11401113 * @see post_comments_feed_link()
    11411114 *
     
    11511124 *
    11521125 * @since 1.2.0
    1153  * @deprecated 2.5.0
    1154  * @deprecated Use get_category_feed_link()
     1126 * @deprecated 2.5.0 Use get_category_feed_link()
    11551127 * @see get_category_feed_link()
    11561128 *
     
    11731145 *
    11741146 * @since 1.2.0
    1175  * @deprecated 2.5.0
    1176  * @deprecated Use get_author_feed_link()
     1147 * @deprecated 2.5.0 Use get_author_feed_link()
    11771148 * @see get_author_feed_link()
    11781149 *
     
    11941165 *
    11951166 * @since 1.5.0
    1196  * @deprecated 2.2.0
    1197  * @deprecated Use get_post_comments_feed_link()
     1167 * @deprecated 2.2.0 Use get_post_comments_feed_link()
    11981168 * @see get_post_comments_feed_link()
    11991169 *
     
    12091179 *
    12101180 * @since 2.0.0
    1211  * @deprecated 2.0.0
    1212  * @deprecated Use wp_create_user()
     1181 * @deprecated 2.0.0 Use wp_create_user()
    12131182 * @see wp_create_user()
    12141183 *
     
    12371206 *
    12381207 * @since 0.71
    1239  * @deprecated 2.7.0
    1240  * @deprecated Use get_comment()
     1208 * @deprecated 2.7.0 Use get_comment()
    12411209 * @see get_comment()
    12421210 *
     
    12551223 *
    12561224 * @since 0.71
    1257  * @deprecated 2.8.0
    1258  * @deprecated Use get_cat_name()
     1225 * @deprecated 2.8.0 Use get_cat_name()
    12591226 * @see get_cat_name()
    12601227 *
     
    12711238 *
    12721239 * @since 1.2.0
    1273  * @deprecated 2.8.0
    1274  * @deprecated Use get_term_children()
     1240 * @deprecated 2.8.0 Use get_term_children()
    12751241 * @see get_term_children()
    12761242 *
     
    13091275 *
    13101276 * @since 2.0.0
    1311  * @deprecated 4.0.0 Use get_terms() instead.
     1277 * @deprecated 4.0.0 Use get_terms()
    13121278 * @see get_terms()
     1279 *
    13131280 * @link https://codex.wordpress.org/Function_Reference/get_all_category_ids
    13141281 *
     
    13301297 *
    13311298 * @since 1.5.0
    1332  * @deprecated 2.8.0
    1333  * @deprecated Use get_the_author_meta('description')
     1299 * @deprecated 2.8.0 Use get_the_author_meta()
    13341300 * @see get_the_author_meta()
    13351301 *
     
    13451311 *
    13461312 * @since 1.0.0
    1347  * @deprecated 2.8.0
    1348  * @deprecated Use the_author_meta('description')
     1313 * @deprecated 2.8.0 Use the_author_meta()
    13491314 * @see the_author_meta()
    13501315 */
     
    13581323 *
    13591324 * @since 1.5.0
    1360  * @deprecated 2.8.0
    1361  * @deprecated Use get_the_author_meta('login')
     1325 * @deprecated 2.8.0 Use get_the_author_meta()
    13621326 * @see get_the_author_meta()
    13631327 *
     
    13731337 *
    13741338 * @since 0.71
    1375  * @deprecated 2.8.0
    1376  * @deprecated Use the_author_meta('login')
     1339 * @deprecated 2.8.0 Use the_author_meta()
    13771340 * @see the_author_meta()
    13781341 */
     
    13861349 *
    13871350 * @since 1.5.0
    1388  * @deprecated 2.8.0
    1389  * @deprecated Use get_the_author_meta('first_name')
     1351 * @deprecated 2.8.0 Use get_the_author_meta()
    13901352 * @see get_the_author_meta()
    13911353 *
     
    14011363 *
    14021364 * @since 0.71
    1403  * @deprecated 2.8.0
    1404  * @deprecated Use the_author_meta('first_name')
     1365 * @deprecated 2.8.0 Use the_author_meta()
    14051366 * @see the_author_meta()
    14061367 */
     
    14141375 *
    14151376 * @since 1.5.0
    1416  * @deprecated 2.8.0
    1417  * @deprecated Use get_the_author_meta('last_name')
     1377 * @deprecated 2.8.0 Use get_the_author_meta()
    14181378 * @see get_the_author_meta()
    14191379 *
     
    14291389 *
    14301390 * @since 0.71
    1431  * @deprecated 2.8.0
    1432  * @deprecated Use the_author_meta('last_name')
     1391 * @deprecated 2.8.0 Use the_author_meta()
    14331392 * @see the_author_meta()
    14341393 */
     
    14421401 *
    14431402 * @since 1.5.0
    1444  * @deprecated 2.8.0
    1445  * @deprecated Use get_the_author_meta('nickname')
     1403 * @deprecated 2.8.0 Use get_the_author_meta()
    14461404 * @see get_the_author_meta()
    14471405 *
     
    14571415 *
    14581416 * @since 0.71
    1459  * @deprecated 2.8.0
    1460  * @deprecated Use the_author_meta('nickname')
     1417 * @deprecated 2.8.0 Use the_author_meta()
    14611418 * @see the_author_meta()
    14621419 */
     
    14701427 *
    14711428 * @since 1.5.0
    1472  * @deprecated 2.8.0
    1473  * @deprecated Use get_the_author_meta('email')
     1429 * @deprecated 2.8.0 Use get_the_author_meta()
    14741430 * @see get_the_author_meta()
    14751431 *
     
    14851441 *
    14861442 * @since 0.71
    1487  * @deprecated 2.8.0
    1488  * @deprecated Use the_author_meta('email')
     1443 * @deprecated 2.8.0 Use the_author_meta()
    14891444 * @see the_author_meta()
    14901445 */
     
    14981453 *
    14991454 * @since 1.5.0
    1500  * @deprecated 2.8.0
    1501  * @deprecated Use get_the_author_meta('icq')
     1455 * @deprecated 2.8.0 Use get_the_author_meta()
    15021456 * @see get_the_author_meta()
    15031457 *
     
    15131467 *
    15141468 * @since 0.71
    1515  * @deprecated 2.8.0
    1516  * @deprecated Use the_author_meta('icq')
     1469 * @deprecated 2.8.0 Use the_author_meta()
    15171470 * @see the_author_meta()
    15181471 */
     
    15261479 *
    15271480 * @since 1.5.0
    1528  * @deprecated 2.8.0
    1529  * @deprecated Use get_the_author_meta('yim')
     1481 * @deprecated 2.8.0 Use get_the_author_meta()
    15301482 * @see get_the_author_meta()
    15311483 *
     
    15411493 *
    15421494 * @since 0.71
    1543  * @deprecated 2.8.0
    1544  * @deprecated Use the_author_meta('yim')
     1495 * @deprecated 2.8.0 Use the_author_meta()
    15451496 * @see the_author_meta()
    15461497 */
     
    15541505 *
    15551506 * @since 1.5.0
    1556  * @deprecated 2.8.0
    1557  * @deprecated Use get_the_author_meta('msn')
     1507 * @deprecated 2.8.0 Use get_the_author_meta()
    15581508 * @see get_the_author_meta()
    15591509 *
     
    15691519 *
    15701520 * @since 0.71
    1571  * @deprecated 2.8.0
    1572  * @deprecated Use the_author_meta('msn')
     1521 * @deprecated 2.8.0 Use the_author_meta()
    15731522 * @see the_author_meta()
    15741523 */
     
    15821531 *
    15831532 * @since 1.5.0
    1584  * @deprecated 2.8.0
    1585  * @deprecated Use get_the_author_meta('aim')
     1533 * @deprecated 2.8.0 Use get_the_author_meta()
    15861534 * @see get_the_author_meta()
    15871535 *
     
    15971545 *
    15981546 * @since 0.71
     1547 * @deprecated 2.8.0 Use the_author_meta('aim')
    15991548 * @see the_author_meta()
    1600  * @deprecated 2.8.0
    1601  * @deprecated Use the_author_meta('aim')
    16021549 */
    16031550function the_author_aim() {
     
    16101557 *
    16111558 * @since 1.0.0
    1612  * @deprecated 2.8.0
    1613  * @deprecated Use get_the_author_meta('display_name')
     1559 * @deprecated 2.8.0 Use get_the_author_meta()
    16141560 * @see get_the_author_meta()
    16151561 *
     
    16261572 *
    16271573 * @since 1.5.0
    1628  * @deprecated 2.8.0
    1629  * @deprecated Use get_the_author_meta('url')
     1574 * @deprecated 2.8.0 Use get_the_author_meta()
    16301575 * @see get_the_author_meta()
    16311576 *
     
    16411586 *
    16421587 * @since 0.71
    1643  * @deprecated 2.8.0
    1644  * @deprecated Use the_author_meta('url')
     1588 * @deprecated 2.8.0 Use the_author_meta()
    16451589 * @see the_author_meta()
    16461590 */
     
    16541598 *
    16551599 * @since 1.5.0
    1656  * @deprecated 2.8.0
    1657  * @deprecated Use get_the_author_meta('ID')
     1600 * @deprecated 2.8.0 Use get_the_author_meta()
    16581601 * @see get_the_author_meta()
    16591602 *
     
    16691612 *
    16701613 * @since 0.71
    1671  * @deprecated 2.8.0
    1672  * @deprecated Use the_author_meta('ID')
     1614 * @deprecated 2.8.0 Use the_author_meta()
    16731615 * @see the_author_meta()
    16741616*/
     
    16971639 * @since 0.71
    16981640 *
    1699  * @deprecated 2.9.0
    1700  * @deprecated Use the_content_feed()
     1641 * @deprecated 2.9.0 Use the_content_feed()
    17011642 * @see the_content_feed()
    17021643 *
     
    17851726 *
    17861727 * @since 2.2.0
    1787  * @deprecated 2.9.0
    1788  * @deprecated Use _x()
     1728 * @deprecated 2.9.0 Use _x()
    17891729 * @see _x()
    17901730 *
     
    18031743 *
    18041744 * @since 2.5.0
    1805  * @deprecated 3.0.0
    1806  * @deprecated Use _x()
     1745 * @deprecated 3.0.0 Use _x()
    18071746 * @see _x()
    18081747 *
     
    18211760 *
    18221761 * @since 2.7.0
    1823  * @deprecated 3.0.0
    1824  * @deprecated Use _nx()
     1762 * @deprecated 3.0.0 Use _nx()
    18251763 * @see _nx()
    1826  * @see _n() For parameters.
    1827  * @see _c() For parameters. _c() is deprecated.
    1828  *
    18291764 */
    18301765function _nc( $single, $plural, $number, $domain = 'default' ) {
     
    18371772 *
    18381773 * @since 1.2.0
    1839  * @deprecated 2.8.0
    1840  * @deprecated Use _n()
     1774 * @deprecated 2.8.0 Use _n()
    18411775 * @see _n()
    18421776 */
     
    18511785 *
    18521786 * @since 2.5.0
    1853  * @deprecated 2.8.0
    1854  * @deprecated Use _n_noop()
     1787 * @deprecated 2.8.0 Use _n_noop()
    18551788 * @see _n_noop()
    18561789 */
     
    18661799 *
    18671800 * @since 1.0.0
    1868  * @deprecated 3.0.0
    1869  * @deprecated Use wp_load_alloptions())
     1801 * @deprecated 3.0.0 Use wp_load_alloptions())
    18701802 * @see wp_load_alloptions()
    18711803 *
     
    18811813 *
    18821814 * @since 2.0.0
    1883  * @deprecated 2.5.0
    1884  * @deprecated Use wp_get_attachment_link()
     1815 * @deprecated 2.5.0 Use wp_get_attachment_link()
    18851816 * @see wp_get_attachment_link()
    18861817 *
     
    19121843 *
    19131844 * @since 2.1.0
    1914  * @deprecated 2.5.0
    1915  * @deprecated Use wp_get_attachment_image_src()
     1845 * @deprecated 2.5.0 Use wp_get_attachment_image_src()
    19161846 * @see wp_get_attachment_image_src()
    19171847 *
     
    19541884 *
    19551885 * @since 2.0.0
    1956  * @deprecated 2.5.0
    1957  * @deprecated Use wp_get_attachment_image()
     1886 * @deprecated 2.5.0 Use wp_get_attachment_image()
    19581887 * @see wp_get_attachment_image()
    19591888 *
     
    20111940 *
    20121941 * @since 2.0.0
    2013  * @deprecated 2.5.0
    2014  * @deprecated Use wp_get_attachment_image()
     1942 * @deprecated 2.5.0 Use wp_get_attachment_image()
    20151943 * @see wp_get_attachment_image()
    20161944 *
     
    20381966 *
    20391967 * @since 2.0.0
    2040  * @deprecated 2.1.0
    2041  * @deprecated Use get_bookmark()
     1968 * @deprecated 2.1.0 Use get_bookmark()
    20421969 * @see get_bookmark()
    20431970 *
     
    20551982 *
    20561983 * @since 2.3.1
    2057  * @deprecated 2.8.0
    2058  * @deprecated Use esc_url_raw()
     1984 * @deprecated 2.8.0 Use esc_url_raw()
    20591985 * @see esc_url_raw()
    20601986 *
     
    20762002 *
    20772003 * @since 1.2.0
    2078  * @deprecated 3.0.0
    2079  * @deprecated Use esc_url()
     2004 * @deprecated 3.0.0 Use esc_url()
    20802005 * @see Alias for esc_url()
    20812006 *
     
    20992024 *
    21002025 * @since 2.0.4
    2101  * @deprecated 2.8.0
    2102  * @deprecated Use esc_js()
     2026 * @deprecated 2.8.0 Use esc_js()
    21032027 * @see esc_js()
    21042028 *
     
    21142038 * Escaping for HTML blocks.
    21152039 *
    2116  * @deprecated 2.8.0
    2117  * @deprecated Use esc_html()
     2040 * @deprecated 2.8.0 Use esc_html()
    21182041 * @see esc_html()
    21192042 */
     
    21322055 *
    21332056 * @since 2.0.6
    2134  * @deprecated 2.8.0
    2135  * @deprecated Use esc_attr()
     2057 * @deprecated 2.8.0 Use esc_attr()
    21362058 * @see esc_attr()
    21372059 *
     
    21552077 *
    21562078 * @since 2.2.0
    2157  * @deprecated 2.8.0
    2158  * @deprecated Use wp_register_sidebar_widget()
     2079 * @deprecated 2.8.0 Use wp_register_sidebar_widget()
    21592080 * @see wp_register_sidebar_widget()
    21602081 *
     
    21902111 *
    21912112 * @since 2.2.0
    2192  * @deprecated 2.8.0
    2193  * @deprecated Use wp_unregister_sidebar_widget()
     2113 * @deprecated 2.8.0 Use wp_unregister_sidebar_widget()
    21942114 * @see wp_unregister_sidebar_widget()
    21952115 *
     
    22082128 * the array for the name.
    22092129 *
    2210  * Passes to {@link wp_register_widget_control()} after the argument list has
     2130 * Passes to wp_register_widget_control() after the argument list has
    22112131 * been compiled.
    22122132 *
    22132133 * @since 2.2.0
    2214  * @deprecated 2.8.0
    2215  * @deprecated Use wp_register_widget_control()
     2134 * @deprecated 2.8.0 Use wp_register_widget_control()
    22162135 * @see wp_register_widget_control()
    22172136 *
     
    22462165
    22472166/**
    2248  * Alias of {@link wp_unregister_widget_control()}.
     2167 * Alias of wp_unregister_widget_control().
    22492168 *
    22502169 * @since 2.2.0
    2251  * @deprecated 2.8.0
    2252  * @deprecated Use wp_unregister_widget_control()
     2170 * @deprecated 2.8.0 Use wp_unregister_widget_control()
    22532171 * @see wp_unregister_widget_control()
    22542172 *
     
    22642182 *
    22652183 * @since 2.0.0
    2266  * @deprecated 3.0.0
    2267  * @deprecated Use delete_user_meta()
     2184 * @deprecated 3.0.0 Use delete_user_meta()
    22682185 * @see delete_user_meta()
    22692186 *
     
    23122229 *
    23132230 * @since 2.0.0
    2314  * @deprecated 3.0.0
    2315  * @deprecated Use get_user_meta()
     2231 * @deprecated 3.0.0 Use get_user_meta()
    23162232 * @see get_user_meta()
    23172233 *
     
    23652281 *
    23662282 * @since 2.0.0
    2367  * @deprecated 3.0.0
    2368  * @deprecated Use update_user_meta()
     2283 * @deprecated 3.0.0 Use update_user_meta()
    23692284 * @see update_user_meta()
    23702285 *
     
    24202335 *
    24212336 * @since 2.2.0
    2422  * @deprecated 3.1.0
     2337 * @deprecated 3.1.0 Use get_users()
     2338 * @see get_users()
    24232339 *
    24242340 * @global wpdb $wpdb WordPress database abstraction object.
     
    24432359 *
    24442360 * @since 2.8.0
    2445  * @deprecated 3.0.0
    2446  * @deprecated Use add_theme_support( 'automatic-feed-links' )
     2361 * @deprecated 3.0.0 Use add_theme_support()
     2362 * @see add_theme_support()
    24472363 *
    24482364 * @param bool $add Optional, default is true. Add or remove links. Defaults to true.
     
    24612377 *
    24622378 * @since 1.5.0
    2463  * @deprecated 3.0.0
    2464  * @deprecated Use get_the_author_meta()
     2379 * @deprecated 3.0.0 Use get_the_author_meta()
    24652380 * @see get_the_author_meta()
    24662381 */
     
    24782393 *
    24792394 * @since 0.71
    2480  * @deprecated 3.0.0
    2481  * @deprecated Use count_user_posts()
     2395 * @deprecated 3.0.0 Use count_user_posts()
    24822396 * @see count_user_posts()
    24832397 */
     
    25072421 *
    25082422 * @since 1.5.0
     2423 * @deprecated 3.0.0
     2424 *
    25092425 * @uses $is_macIE
    25102426 * @uses $is_winIE
    2511  * @deprecated 3.0.0
    25122427 *
    25132428 * @param string $text Text to be made safe.
     
    25312446 *
    25322447 * @since 2.3.0
    2533  * @deprecated 3.0.0
    2534  * @deprecated Use taxonomy_exists()
     2448 * @deprecated 3.0.0 Use taxonomy_exists()
    25352449 * @see taxonomy_exists()
    25362450 *
     
    25472461 *
    25482462 * @since 2.3.0
    2549  * @deprecated 3.0.0
    2550  * @deprecated Use term_exists()
     2463 * @deprecated 3.0.0 Use term_exists()
    25512464 * @see term_exists()
    25522465 *
     
    25642477 * Is the current admin page generated by a plugin?
    25652478 *
     2479 * Use global $plugin_page and/or get_plugin_page_hookname() hooks.
     2480 *
    25662481 * @since 1.5.0
    25672482 * @deprecated 3.1.0
    2568  * @deprecated Use global $plugin_page and/or get_plugin_page_hookname() hooks.
    25692483 *
    25702484 * @global $plugin_page
     
    26192533 *
    26202534 * @since 2.1.0
    2621  * @deprecated 3.3.0
    2622  * @deprecated Use wp_editor()
     2535 * @deprecated 3.3.0 Use wp_editor()
    26232536 * @see wp_editor()
    26242537 *
     
    28562769 *
    28572770 * @since MU
    2858  * @deprecated 3.3.0
    2859  * @deprecated Use is_user_member_of_blog()
     2771 * @deprecated 3.3.0 Use is_user_member_of_blog()
    28602772 * @see is_user_member_of_blog()
    28612773 *
     
    28732785 *
    28742786 * @since 0.71
    2875  * @deprecated Use error_log()
     2787 * @deprecated 3.4.0 Use error_log()
     2788 * @see error_log()
     2789 *
    28762790 * @link http://www.php.net/manual/en/function.error-log.php
    2877  * @deprecated 3.4.0
    28782791 */
    28792792function debug_fopen( $filename, $mode ) {
     
    28862799 *
    28872800 * @since 0.71
    2888  * @deprecated Use error_log() instead.
     2801 * @deprecated 3.4.0 Use error_log()
     2802 * @see error_log()
     2803 *
    28892804 * @link http://www.php.net/manual/en/function.error-log.php
    2890  * @deprecated 3.4.0
    28912805 */
    28922806function debug_fwrite( $fp, $string ) {
     
    29002814 *
    29012815 * @since 0.71
    2902  * @deprecated Use error_log()
     2816 * @deprecated 3.4.0 Use error_log()
     2817 * @see error_log()
     2818 *
    29032819 * @link http://www.php.net/manual/en/function.error-log.php
    2904  * @deprecated 3.4.0
    29052820 */
    29062821function debug_fclose( $fp ) {
     
    29162831 *
    29172832 * @since 1.5.0
    2918  * @deprecated 3.4.0
    2919  * @deprecated Use wp_get_themes()
     2833 * @deprecated 3.4.0 Use wp_get_themes()
    29202834 * @see wp_get_themes()
    29212835 *
     
    29472861 *
    29482862 * @since 1.5.0
    2949  * @deprecated 3.4.0
    2950  * @deprecated Use wp_get_theme()
     2863 * @deprecated 3.4.0 Use wp_get_theme()
    29512864 * @see wp_get_theme()
    29522865 *
     
    29672880 *
    29682881 * @since 1.5.0
    2969  * @deprecated 3.4.0
    2970  * @deprecated Use (string) wp_get_theme()
     2882 * @deprecated 3.4.0 Use wp_get_theme()
    29712883 * @see wp_get_theme()
    29722884 *
     
    30142926 *
    30152927 * @since 2.1.0
    3016  * @deprecated 3.4.0
    3017  * @deprecated Use add_theme_support('custom-header', $args)
     2928 * @deprecated 3.4.0 Use add_theme_support()
    30182929 * @see add_theme_support()
    30192930 *
     
    30372948 *
    30382949 * @since 3.1.0
    3039  * @deprecated 3.4.0
    3040  * @deprecated Use remove_theme_support('custom-header')
     2950 * @deprecated 3.4.0 Use remove_theme_support()
    30412951 * @see remove_theme_support()
    30422952 *
     
    30522962 *
    30532963 * @since 3.0.0
    3054  * @deprecated 3.4.0
    3055  * @deprecated Use add_theme_support('custom-background, $args)
     2964 * @deprecated 3.4.0 Use add_theme_support()
    30562965 * @see add_theme_support()
    30572966 *
     
    30762985 *
    30772986 * @since 3.1.0
     2987 * @deprecated 3.4.0 Use add_custom_background()
    30782988 * @see add_custom_background()
    30792989 *
     
    30892999 *
    30903000 * @since 1.5.0
    3091  * @deprecated 3.4.0
    3092  * @deprecated Use wp_get_theme()
     3001 * @deprecated 3.4.0 Use wp_get_theme()
    30933002 * @see wp_get_theme()
    30943003 *
     
    31283037 *
    31293038 * @since 1.5.1
    3130  * @deprecated 3.4.0
     3039 * @deprecated 3.4.0 Use update_post_cache()
     3040 * @see update_post_cache()
    31313041 *
    31323042 * @param array $pages list of page objects
     
    31453055 *
    31463056 * @since 2.0.0
    3147  * @deprecated 3.4.0
     3057 * @deprecated 3.4.0 Use clean_post_cache
     3058 * @see clean_post_cache()
    31483059 *
    31493060 * @param int $id Page ID to clean
     
    31613072 *
    31623073 * @since 2.0.4
    3163  * @deprecated 3.4.1
    3164  * @deprecated Use wp_nonce_ays()
     3074 * @deprecated 3.4.1 Use wp_nonce_ays()
    31653075 * @see wp_nonce_ays()
    31663076 *
     
    31773087 *
    31783088 * @since 2.7.0
    3179  * @deprecated 3.5.0
    3180  * @deprecated Use post_class()
     3089 * @deprecated 3.5.0 Use post_class()
    31813090 * @see post_class()
    31823091 *
     
    31963105 *
    31973106 * @since 2.3.4
    3198  * @deprecated 3.5.0
     3107 * @deprecated 3.5.0 Use get_post_ancestors()
    31993108 * @see get_post_ancestors()
    32003109 */
     
    32073116 *
    32083117 * @since 2.1.0
    3209  * @deprecated 3.5.0
     3118 * @deprecated 3.5.0 Use wp_get_image_editor()
    32103119 * @see wp_get_image_editor()
    32113120 *
     
    32473156 *
    32483157 * @since 2.5.0
    3249  * @deprecated 3.5.0
     3158 * @deprecated 3.5.0 Use wp_get_image_editor()
    32503159 * @see wp_get_image_editor()
    32513160 *
     
    32873196 *
    32883197 * @since 1.0.0
    3289  * @deprecated 3.5.0
     3198 * @deprecated 3.5.0 Use get_post()
    32903199 * @see get_post()
    32913200 *
     
    33033212 *
    33043213 * @since 0.71
    3305  * @deprecated 3.5.0
    3306  * @deprecated Use wp_authenticate()
     3214 * @deprecated 3.5.0 Use wp_authenticate()
    33073215 * @see wp_authenticate()
    33083216 *
     
    33323240 *
    33333241 * @since 2.9.0
    3334  * @deprecated 3.5.0
     3242 * @deprecated 3.5.0 Use wp_image_editor_supports()
    33353243 * @see wp_image_editor_supports()
    33363244 *
     
    33673275 *
    33683276 * @since 2.3.0
    3369  * @deprecated 3.6.0
    3370  * @deprecated Use size_format()
     3277 * @deprecated 3.6.0 Use size_format()
     3278 * @see size_format()
    33713279 *
    33723280 * @param int $bytes An integer byte value.
     
    33943302 * Formerly used internally to tidy up the search terms.
    33953303 *
     3304 * @since 2.9.0
    33963305 * @access private
    3397  * @since 2.9.0
    33983306 * @deprecated 3.7.0
    33993307 */
     
    34283336 *
    34293337 * @since 2.7.0
     3338 * @access private
    34303339 * @deprecated 3.9.0
    3431  * @access private
    34323340 */
    34333341function default_topic_count_text( $count ) {
     
    34553363 *
    34563364 * @since 2.5.0
    3457  * @deprecated 4.0.0
    3458  * @deprecated Use wpdb::esc_like()
     3365 * @deprecated 4.0.0 Use wpdb::esc_like()
     3366 * @see wpdb::esc_like()
    34593367 *
    34603368 * @param string $text The text to be escaped.
     
    36153523 *
    36163524 * @since 2.5.0
    3617  * @deprecated 4.3.0
     3525 * @deprecated 4.3.0 Use format_for_editor()
     3526 * @see format_for_editor()
    36183527 *
    36193528 * @param string $output The text to be formatted.
     
    36413550 *
    36423551 * @since 1.0.0
    3643  * @deprecated 4.4.0
     3552 * @deprecated 4.4.0 Use get_permalink()
     3553 * @see get_permalink()
    36443554 *
    36453555 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post.
Note: See TracChangeset for help on using the changeset viewer.