Changeset 33673
- Timestamp:
- 08/20/2015 10:10:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r33659 r33673 17 17 * 18 18 * @since 0.71 19 * @deprecated 1.5.1 20 * @deprecated Use get_post() 19 * @deprecated 1.5.1 Use get_post() 21 20 * @see get_post() 22 21 * … … 53 52 * Sets up the WordPress Loop. 54 53 * 54 * Use The Loop instead. 55 * 56 * @link https://codex.wordpress.org/The_Loop 57 * 55 58 * @since 1.0.1 56 59 * @deprecated 1.5.0 57 * @deprecated Use The Loop - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}58 60 */ 59 61 function start_wp() { … … 72 74 * 73 75 * @since 0.71 74 * @deprecated 0.71 75 * @deprecated use get_the_category() 76 * @deprecated 0.71 Use get_the_category() 76 77 * @see get_the_category() 77 78 * … … 96 97 * 97 98 * @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() 100 100 * @see get_the_category_by_ID() 101 101 * … … 123 123 * 124 124 * @since 1.5.0 125 * @deprecated 2.0.0 126 * @deprecated Use previous_post_link() 125 * @deprecated 2.0.0 Use previous_post_link() 127 126 * @see previous_post_link() 128 127 * … … 160 159 * 161 160 * @since 0.71 162 * @deprecated 2.0.0 163 * @deprecated Use next_post_link() 161 * @deprecated 2.0.0 Use next_post_link() 164 162 * @see next_post_link() 165 163 * … … 196 194 * 197 195 * @since 1.5.0 198 * @deprecated 2.0.0 199 * @deprecated Use current_user_can() 196 * @deprecated 2.0.0 Use current_user_can() 200 197 * @see current_user_can() 201 198 * … … 216 213 * 217 214 * @since 1.5.0 218 * @deprecated 2.0.0 219 * @deprecated Use current_user_can() 215 * @deprecated 2.0.0 Use current_user_can() 220 216 * @see current_user_can() 221 217 * … … 236 232 * 237 233 * @since 1.5.0 238 * @deprecated 2.0.0 239 * @deprecated Use current_user_can() 234 * @deprecated 2.0.0 Use current_user_can() 240 235 * @see current_user_can() 241 236 * … … 265 260 * 266 261 * @since 1.5.0 267 * @deprecated 2.0.0 268 * @deprecated Use current_user_can() 262 * @deprecated 2.0.0 Use current_user_can() 269 263 * @see current_user_can() 270 264 * … … 285 279 * 286 280 * @since 1.5.0 287 * @deprecated 2.0.0 288 * @deprecated Use current_user_can() 281 * @deprecated 2.0.0 Use current_user_can() 289 282 * @see current_user_can() 290 283 * … … 305 298 * 306 299 * @since 1.5.0 307 * @deprecated 2.0.0 308 * @deprecated Use current_user_can() 300 * @deprecated 2.0.0 Use current_user_can() 309 301 * @see current_user_can() 310 302 * … … 325 317 * 326 318 * @since 1.5.0 327 * @deprecated 2.0.0 328 * @deprecated Use current_user_can() 319 * @deprecated 2.0.0 Use current_user_can() 329 320 * @see current_user_can() 330 321 * … … 345 336 * 346 337 * @since 1.5.0 347 * @deprecated 2.0.0 348 * @deprecated Use current_user_can() 338 * @deprecated 2.0.0 Use current_user_can() 349 339 * @see current_user_can() 350 340 * … … 365 355 * 366 356 * @since 1.5.0 367 * @deprecated 2.0.0 368 * @deprecated Use current_user_can() 357 * @deprecated 2.0.0 Use current_user_can() 369 358 * @see current_user_can() 370 359 * … … 388 377 * 389 378 * @since 0.71 390 * @deprecated 2.1.0 391 * @deprecated Use get_bookmarks() 379 * @deprecated 2.1.0 Use get_bookmarks() 392 380 * @see get_bookmarks() 393 381 * … … 422 410 * 423 411 * @since 1.0.1 424 * @deprecated 2.1.0 425 * @deprecated Use wp_list_bookmarks() 412 * @deprecated 2.1.0 Use wp_list_bookmarks() 426 413 * @see wp_list_bookmarks() 427 414 * … … 458 445 * 459 446 * @since 1.0.1 460 * @deprecated 2.1.0 461 * @deprecated Use get_bookmarks() 447 * @deprecated 2.1.0 Use get_bookmarks() 462 448 * @see get_bookmarks() 463 449 * … … 509 495 * 510 496 * @since 1.0.1 511 * @deprecated 2.1.0 512 * @deprecated Use get_bookmarks() 497 * @deprecated 2.1.0 Use get_bookmarks() 513 498 * @see get_bookmarks() 514 499 * … … 537 522 * 538 523 * @since 0.71 539 * @deprecated 2.1.0 540 * @deprecated Use get_bookmarks() 524 * @deprecated 2.1.0 Use get_bookmarks() 541 525 * @see get_bookmarks() 542 526 * … … 565 549 * 566 550 * @since 0.71 567 * @deprecated 2.1.0 568 * @deprecated Use get_bookmarks() 551 * @deprecated 2.1.0 Use get_bookmarks() 569 552 * @see get_bookmarks() 570 553 * … … 594 577 * @since 0.71 595 578 * @deprecated 2.1.0 596 * @deprecated No alternative function available597 579 * 598 580 * @param int $id The category to get. If no category supplied uses 0 … … 605 587 606 588 /** 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() 610 593 * @see wp_list_categories() 611 594 * … … 641 624 642 625 /** 626 * Lists categories. 627 * 643 628 * @since 1.2.0 644 * @deprecated 2.1.0 645 * @deprecated Use wp_list_categories() 629 * @deprecated 2.1.0 Use wp_list_categories() 646 630 * @see wp_list_categories() 647 631 * … … 673 657 674 658 /** 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() 678 663 * @see wp_dropdown_categories() 679 664 * … … 710 695 711 696 /** 712 * List authors.697 * Lists authors. 713 698 * 714 699 * @since 1.2.0 715 * @deprecated 2.1.0 716 * @deprecated Use wp_list_authors() 700 * @deprecated 2.1.0 Use wp_list_authors() 717 701 * @see wp_list_authors() 718 702 * … … 733 717 734 718 /** 719 * Retrieves a list of post categories. 720 * 735 721 * @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() 738 723 * @see wp_get_post_categories() 739 724 * … … 766 751 767 752 /** 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() 771 757 * @see wp_get_archives() 772 758 * … … 789 775 * 790 776 * @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() 793 778 * @see get_author_posts_url() 794 779 * … … 812 797 * 813 798 * @since 0.71 814 * @deprecated 2.1.0 815 * @deprecated Use wp_link_pages() 799 * @deprecated 2.1.0 Use wp_link_pages() 816 800 * @see wp_link_pages() 817 801 * … … 837 821 * 838 822 * @since 0.71 839 * @deprecated 2.1.0 840 * @deprecated Use get_option() 823 * @deprecated 2.1.0 Use get_option() 841 824 * @see get_option() 842 825 * … … 854 837 * 855 838 * @since 0.71 856 * @deprecated 1.2.0 857 * @deprecated Use the_permalink() 839 * @deprecated 1.2.0 Use the_permalink() 858 840 * @see the_permalink() 859 841 */ … … 867 849 * 868 850 * @since 0.71 869 * @deprecated 2.3.0 870 * @deprecated Use the_permalink_rss() 851 * @deprecated 2.3.0 Use the_permalink_rss() 871 852 * @see the_permalink_rss() 872 853 * … … 881 862 * Gets the links associated with category. 882 863 * 883 * @see get_links() for argument information that can be used in $args884 864 * @since 1.0.1 885 * @deprecated 2.1.0 886 * @deprecated Use wp_list_bookmarks() 865 * @deprecated 2.1.0 Use wp_list_bookmarks() 887 866 * @see wp_list_bookmarks() 888 867 * … … 923 902 * 924 903 * @since 0.71 925 * @deprecated 2.1.0 926 * @deprecated Use get_bookmarks() 904 * @deprecated 2.1.0 Use get_bookmarks() 927 905 * @see get_bookmarks() 928 906 * … … 1032 1010 * 1033 1011 * @since 1.0.1 1034 * @deprecated 2.1.0 1035 * @deprecated Use wp_list_bookmarks() 1012 * @deprecated 2.1.0 Use wp_list_bookmarks() 1036 1013 * @see wp_list_bookmarks() 1037 1014 * … … 1076 1053 * @since 0.71 1077 1054 * @deprecated 2.1.0 1078 * @deprecated {@internal Use function instead is unknown}}1079 1055 * 1080 1056 * @param string $text the text of the link … … 1090 1066 /** 1091 1067 * @since 1.0.1 1092 * @deprecated 2.1.0 1093 * @deprecated Use sanitize_bookmark_field() 1068 * @deprecated 2.1.0 Use sanitize_bookmark_field() 1094 1069 * @see sanitize_bookmark_field() 1095 1070 * … … 1106 1081 * 1107 1082 * @since 0.71 1108 * @deprecated 2.1.0 1109 * @deprecated Use get_category() 1083 * @deprecated 2.1.0 Use get_category() 1110 1084 * @see get_category() 1111 1085 * … … 1136 1110 * 1137 1111 * @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() 1140 1113 * @see post_comments_feed_link() 1141 1114 * … … 1151 1124 * 1152 1125 * @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() 1155 1127 * @see get_category_feed_link() 1156 1128 * … … 1173 1145 * 1174 1146 * @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() 1177 1148 * @see get_author_feed_link() 1178 1149 * … … 1194 1165 * 1195 1166 * @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() 1198 1168 * @see get_post_comments_feed_link() 1199 1169 * … … 1209 1179 * 1210 1180 * @since 2.0.0 1211 * @deprecated 2.0.0 1212 * @deprecated Use wp_create_user() 1181 * @deprecated 2.0.0 Use wp_create_user() 1213 1182 * @see wp_create_user() 1214 1183 * … … 1237 1206 * 1238 1207 * @since 0.71 1239 * @deprecated 2.7.0 1240 * @deprecated Use get_comment() 1208 * @deprecated 2.7.0 Use get_comment() 1241 1209 * @see get_comment() 1242 1210 * … … 1255 1223 * 1256 1224 * @since 0.71 1257 * @deprecated 2.8.0 1258 * @deprecated Use get_cat_name() 1225 * @deprecated 2.8.0 Use get_cat_name() 1259 1226 * @see get_cat_name() 1260 1227 * … … 1271 1238 * 1272 1239 * @since 1.2.0 1273 * @deprecated 2.8.0 1274 * @deprecated Use get_term_children() 1240 * @deprecated 2.8.0 Use get_term_children() 1275 1241 * @see get_term_children() 1276 1242 * … … 1309 1275 * 1310 1276 * @since 2.0.0 1311 * @deprecated 4.0.0 Use get_terms() instead.1277 * @deprecated 4.0.0 Use get_terms() 1312 1278 * @see get_terms() 1279 * 1313 1280 * @link https://codex.wordpress.org/Function_Reference/get_all_category_ids 1314 1281 * … … 1330 1297 * 1331 1298 * @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() 1334 1300 * @see get_the_author_meta() 1335 1301 * … … 1345 1311 * 1346 1312 * @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() 1349 1314 * @see the_author_meta() 1350 1315 */ … … 1358 1323 * 1359 1324 * @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() 1362 1326 * @see get_the_author_meta() 1363 1327 * … … 1373 1337 * 1374 1338 * @since 0.71 1375 * @deprecated 2.8.0 1376 * @deprecated Use the_author_meta('login') 1339 * @deprecated 2.8.0 Use the_author_meta() 1377 1340 * @see the_author_meta() 1378 1341 */ … … 1386 1349 * 1387 1350 * @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() 1390 1352 * @see get_the_author_meta() 1391 1353 * … … 1401 1363 * 1402 1364 * @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() 1405 1366 * @see the_author_meta() 1406 1367 */ … … 1414 1375 * 1415 1376 * @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() 1418 1378 * @see get_the_author_meta() 1419 1379 * … … 1429 1389 * 1430 1390 * @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() 1433 1392 * @see the_author_meta() 1434 1393 */ … … 1442 1401 * 1443 1402 * @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() 1446 1404 * @see get_the_author_meta() 1447 1405 * … … 1457 1415 * 1458 1416 * @since 0.71 1459 * @deprecated 2.8.0 1460 * @deprecated Use the_author_meta('nickname') 1417 * @deprecated 2.8.0 Use the_author_meta() 1461 1418 * @see the_author_meta() 1462 1419 */ … … 1470 1427 * 1471 1428 * @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() 1474 1430 * @see get_the_author_meta() 1475 1431 * … … 1485 1441 * 1486 1442 * @since 0.71 1487 * @deprecated 2.8.0 1488 * @deprecated Use the_author_meta('email') 1443 * @deprecated 2.8.0 Use the_author_meta() 1489 1444 * @see the_author_meta() 1490 1445 */ … … 1498 1453 * 1499 1454 * @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() 1502 1456 * @see get_the_author_meta() 1503 1457 * … … 1513 1467 * 1514 1468 * @since 0.71 1515 * @deprecated 2.8.0 1516 * @deprecated Use the_author_meta('icq') 1469 * @deprecated 2.8.0 Use the_author_meta() 1517 1470 * @see the_author_meta() 1518 1471 */ … … 1526 1479 * 1527 1480 * @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() 1530 1482 * @see get_the_author_meta() 1531 1483 * … … 1541 1493 * 1542 1494 * @since 0.71 1543 * @deprecated 2.8.0 1544 * @deprecated Use the_author_meta('yim') 1495 * @deprecated 2.8.0 Use the_author_meta() 1545 1496 * @see the_author_meta() 1546 1497 */ … … 1554 1505 * 1555 1506 * @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() 1558 1508 * @see get_the_author_meta() 1559 1509 * … … 1569 1519 * 1570 1520 * @since 0.71 1571 * @deprecated 2.8.0 1572 * @deprecated Use the_author_meta('msn') 1521 * @deprecated 2.8.0 Use the_author_meta() 1573 1522 * @see the_author_meta() 1574 1523 */ … … 1582 1531 * 1583 1532 * @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() 1586 1534 * @see get_the_author_meta() 1587 1535 * … … 1597 1545 * 1598 1546 * @since 0.71 1547 * @deprecated 2.8.0 Use the_author_meta('aim') 1599 1548 * @see the_author_meta() 1600 * @deprecated 2.8.01601 * @deprecated Use the_author_meta('aim')1602 1549 */ 1603 1550 function the_author_aim() { … … 1610 1557 * 1611 1558 * @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() 1614 1560 * @see get_the_author_meta() 1615 1561 * … … 1626 1572 * 1627 1573 * @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() 1630 1575 * @see get_the_author_meta() 1631 1576 * … … 1641 1586 * 1642 1587 * @since 0.71 1643 * @deprecated 2.8.0 1644 * @deprecated Use the_author_meta('url') 1588 * @deprecated 2.8.0 Use the_author_meta() 1645 1589 * @see the_author_meta() 1646 1590 */ … … 1654 1598 * 1655 1599 * @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() 1658 1601 * @see get_the_author_meta() 1659 1602 * … … 1669 1612 * 1670 1613 * @since 0.71 1671 * @deprecated 2.8.0 1672 * @deprecated Use the_author_meta('ID') 1614 * @deprecated 2.8.0 Use the_author_meta() 1673 1615 * @see the_author_meta() 1674 1616 */ … … 1697 1639 * @since 0.71 1698 1640 * 1699 * @deprecated 2.9.0 1700 * @deprecated Use the_content_feed() 1641 * @deprecated 2.9.0 Use the_content_feed() 1701 1642 * @see the_content_feed() 1702 1643 * … … 1785 1726 * 1786 1727 * @since 2.2.0 1787 * @deprecated 2.9.0 1788 * @deprecated Use _x() 1728 * @deprecated 2.9.0 Use _x() 1789 1729 * @see _x() 1790 1730 * … … 1803 1743 * 1804 1744 * @since 2.5.0 1805 * @deprecated 3.0.0 1806 * @deprecated Use _x() 1745 * @deprecated 3.0.0 Use _x() 1807 1746 * @see _x() 1808 1747 * … … 1821 1760 * 1822 1761 * @since 2.7.0 1823 * @deprecated 3.0.0 1824 * @deprecated Use _nx() 1762 * @deprecated 3.0.0 Use _nx() 1825 1763 * @see _nx() 1826 * @see _n() For parameters.1827 * @see _c() For parameters. _c() is deprecated.1828 *1829 1764 */ 1830 1765 function _nc( $single, $plural, $number, $domain = 'default' ) { … … 1837 1772 * 1838 1773 * @since 1.2.0 1839 * @deprecated 2.8.0 1840 * @deprecated Use _n() 1774 * @deprecated 2.8.0 Use _n() 1841 1775 * @see _n() 1842 1776 */ … … 1851 1785 * 1852 1786 * @since 2.5.0 1853 * @deprecated 2.8.0 1854 * @deprecated Use _n_noop() 1787 * @deprecated 2.8.0 Use _n_noop() 1855 1788 * @see _n_noop() 1856 1789 */ … … 1866 1799 * 1867 1800 * @since 1.0.0 1868 * @deprecated 3.0.0 1869 * @deprecated Use wp_load_alloptions()) 1801 * @deprecated 3.0.0 Use wp_load_alloptions()) 1870 1802 * @see wp_load_alloptions() 1871 1803 * … … 1881 1813 * 1882 1814 * @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() 1885 1816 * @see wp_get_attachment_link() 1886 1817 * … … 1912 1843 * 1913 1844 * @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() 1916 1846 * @see wp_get_attachment_image_src() 1917 1847 * … … 1954 1884 * 1955 1885 * @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() 1958 1887 * @see wp_get_attachment_image() 1959 1888 * … … 2011 1940 * 2012 1941 * @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() 2015 1943 * @see wp_get_attachment_image() 2016 1944 * … … 2038 1966 * 2039 1967 * @since 2.0.0 2040 * @deprecated 2.1.0 2041 * @deprecated Use get_bookmark() 1968 * @deprecated 2.1.0 Use get_bookmark() 2042 1969 * @see get_bookmark() 2043 1970 * … … 2055 1982 * 2056 1983 * @since 2.3.1 2057 * @deprecated 2.8.0 2058 * @deprecated Use esc_url_raw() 1984 * @deprecated 2.8.0 Use esc_url_raw() 2059 1985 * @see esc_url_raw() 2060 1986 * … … 2076 2002 * 2077 2003 * @since 1.2.0 2078 * @deprecated 3.0.0 2079 * @deprecated Use esc_url() 2004 * @deprecated 3.0.0 Use esc_url() 2080 2005 * @see Alias for esc_url() 2081 2006 * … … 2099 2024 * 2100 2025 * @since 2.0.4 2101 * @deprecated 2.8.0 2102 * @deprecated Use esc_js() 2026 * @deprecated 2.8.0 Use esc_js() 2103 2027 * @see esc_js() 2104 2028 * … … 2114 2038 * Escaping for HTML blocks. 2115 2039 * 2116 * @deprecated 2.8.0 2117 * @deprecated Use esc_html() 2040 * @deprecated 2.8.0 Use esc_html() 2118 2041 * @see esc_html() 2119 2042 */ … … 2132 2055 * 2133 2056 * @since 2.0.6 2134 * @deprecated 2.8.0 2135 * @deprecated Use esc_attr() 2057 * @deprecated 2.8.0 Use esc_attr() 2136 2058 * @see esc_attr() 2137 2059 * … … 2155 2077 * 2156 2078 * @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() 2159 2080 * @see wp_register_sidebar_widget() 2160 2081 * … … 2190 2111 * 2191 2112 * @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() 2194 2114 * @see wp_unregister_sidebar_widget() 2195 2115 * … … 2208 2128 * the array for the name. 2209 2129 * 2210 * Passes to {@link wp_register_widget_control()}after the argument list has2130 * Passes to wp_register_widget_control() after the argument list has 2211 2131 * been compiled. 2212 2132 * 2213 2133 * @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() 2216 2135 * @see wp_register_widget_control() 2217 2136 * … … 2246 2165 2247 2166 /** 2248 * Alias of {@link wp_unregister_widget_control()}.2167 * Alias of wp_unregister_widget_control(). 2249 2168 * 2250 2169 * @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() 2253 2171 * @see wp_unregister_widget_control() 2254 2172 * … … 2264 2182 * 2265 2183 * @since 2.0.0 2266 * @deprecated 3.0.0 2267 * @deprecated Use delete_user_meta() 2184 * @deprecated 3.0.0 Use delete_user_meta() 2268 2185 * @see delete_user_meta() 2269 2186 * … … 2312 2229 * 2313 2230 * @since 2.0.0 2314 * @deprecated 3.0.0 2315 * @deprecated Use get_user_meta() 2231 * @deprecated 3.0.0 Use get_user_meta() 2316 2232 * @see get_user_meta() 2317 2233 * … … 2365 2281 * 2366 2282 * @since 2.0.0 2367 * @deprecated 3.0.0 2368 * @deprecated Use update_user_meta() 2283 * @deprecated 3.0.0 Use update_user_meta() 2369 2284 * @see update_user_meta() 2370 2285 * … … 2420 2335 * 2421 2336 * @since 2.2.0 2422 * @deprecated 3.1.0 2337 * @deprecated 3.1.0 Use get_users() 2338 * @see get_users() 2423 2339 * 2424 2340 * @global wpdb $wpdb WordPress database abstraction object. … … 2443 2359 * 2444 2360 * @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() 2447 2363 * 2448 2364 * @param bool $add Optional, default is true. Add or remove links. Defaults to true. … … 2461 2377 * 2462 2378 * @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() 2465 2380 * @see get_the_author_meta() 2466 2381 */ … … 2478 2393 * 2479 2394 * @since 0.71 2480 * @deprecated 3.0.0 2481 * @deprecated Use count_user_posts() 2395 * @deprecated 3.0.0 Use count_user_posts() 2482 2396 * @see count_user_posts() 2483 2397 */ … … 2507 2421 * 2508 2422 * @since 1.5.0 2423 * @deprecated 3.0.0 2424 * 2509 2425 * @uses $is_macIE 2510 2426 * @uses $is_winIE 2511 * @deprecated 3.0.02512 2427 * 2513 2428 * @param string $text Text to be made safe. … … 2531 2446 * 2532 2447 * @since 2.3.0 2533 * @deprecated 3.0.0 2534 * @deprecated Use taxonomy_exists() 2448 * @deprecated 3.0.0 Use taxonomy_exists() 2535 2449 * @see taxonomy_exists() 2536 2450 * … … 2547 2461 * 2548 2462 * @since 2.3.0 2549 * @deprecated 3.0.0 2550 * @deprecated Use term_exists() 2463 * @deprecated 3.0.0 Use term_exists() 2551 2464 * @see term_exists() 2552 2465 * … … 2564 2477 * Is the current admin page generated by a plugin? 2565 2478 * 2479 * Use global $plugin_page and/or get_plugin_page_hookname() hooks. 2480 * 2566 2481 * @since 1.5.0 2567 2482 * @deprecated 3.1.0 2568 * @deprecated Use global $plugin_page and/or get_plugin_page_hookname() hooks.2569 2483 * 2570 2484 * @global $plugin_page … … 2619 2533 * 2620 2534 * @since 2.1.0 2621 * @deprecated 3.3.0 2622 * @deprecated Use wp_editor() 2535 * @deprecated 3.3.0 Use wp_editor() 2623 2536 * @see wp_editor() 2624 2537 * … … 2856 2769 * 2857 2770 * @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() 2860 2772 * @see is_user_member_of_blog() 2861 2773 * … … 2873 2785 * 2874 2786 * @since 0.71 2875 * @deprecated Use error_log() 2787 * @deprecated 3.4.0 Use error_log() 2788 * @see error_log() 2789 * 2876 2790 * @link http://www.php.net/manual/en/function.error-log.php 2877 * @deprecated 3.4.02878 2791 */ 2879 2792 function debug_fopen( $filename, $mode ) { … … 2886 2799 * 2887 2800 * @since 0.71 2888 * @deprecated Use error_log() instead. 2801 * @deprecated 3.4.0 Use error_log() 2802 * @see error_log() 2803 * 2889 2804 * @link http://www.php.net/manual/en/function.error-log.php 2890 * @deprecated 3.4.02891 2805 */ 2892 2806 function debug_fwrite( $fp, $string ) { … … 2900 2814 * 2901 2815 * @since 0.71 2902 * @deprecated Use error_log() 2816 * @deprecated 3.4.0 Use error_log() 2817 * @see error_log() 2818 * 2903 2819 * @link http://www.php.net/manual/en/function.error-log.php 2904 * @deprecated 3.4.02905 2820 */ 2906 2821 function debug_fclose( $fp ) { … … 2916 2831 * 2917 2832 * @since 1.5.0 2918 * @deprecated 3.4.0 2919 * @deprecated Use wp_get_themes() 2833 * @deprecated 3.4.0 Use wp_get_themes() 2920 2834 * @see wp_get_themes() 2921 2835 * … … 2947 2861 * 2948 2862 * @since 1.5.0 2949 * @deprecated 3.4.0 2950 * @deprecated Use wp_get_theme() 2863 * @deprecated 3.4.0 Use wp_get_theme() 2951 2864 * @see wp_get_theme() 2952 2865 * … … 2967 2880 * 2968 2881 * @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() 2971 2883 * @see wp_get_theme() 2972 2884 * … … 3014 2926 * 3015 2927 * @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() 3018 2929 * @see add_theme_support() 3019 2930 * … … 3037 2948 * 3038 2949 * @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() 3041 2951 * @see remove_theme_support() 3042 2952 * … … 3052 2962 * 3053 2963 * @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() 3056 2965 * @see add_theme_support() 3057 2966 * … … 3076 2985 * 3077 2986 * @since 3.1.0 2987 * @deprecated 3.4.0 Use add_custom_background() 3078 2988 * @see add_custom_background() 3079 2989 * … … 3089 2999 * 3090 3000 * @since 1.5.0 3091 * @deprecated 3.4.0 3092 * @deprecated Use wp_get_theme() 3001 * @deprecated 3.4.0 Use wp_get_theme() 3093 3002 * @see wp_get_theme() 3094 3003 * … … 3128 3037 * 3129 3038 * @since 1.5.1 3130 * @deprecated 3.4.0 3039 * @deprecated 3.4.0 Use update_post_cache() 3040 * @see update_post_cache() 3131 3041 * 3132 3042 * @param array $pages list of page objects … … 3145 3055 * 3146 3056 * @since 2.0.0 3147 * @deprecated 3.4.0 3057 * @deprecated 3.4.0 Use clean_post_cache 3058 * @see clean_post_cache() 3148 3059 * 3149 3060 * @param int $id Page ID to clean … … 3161 3072 * 3162 3073 * @since 2.0.4 3163 * @deprecated 3.4.1 3164 * @deprecated Use wp_nonce_ays() 3074 * @deprecated 3.4.1 Use wp_nonce_ays() 3165 3075 * @see wp_nonce_ays() 3166 3076 * … … 3177 3087 * 3178 3088 * @since 2.7.0 3179 * @deprecated 3.5.0 3180 * @deprecated Use post_class() 3089 * @deprecated 3.5.0 Use post_class() 3181 3090 * @see post_class() 3182 3091 * … … 3196 3105 * 3197 3106 * @since 2.3.4 3198 * @deprecated 3.5.0 3107 * @deprecated 3.5.0 Use get_post_ancestors() 3199 3108 * @see get_post_ancestors() 3200 3109 */ … … 3207 3116 * 3208 3117 * @since 2.1.0 3209 * @deprecated 3.5.0 3118 * @deprecated 3.5.0 Use wp_get_image_editor() 3210 3119 * @see wp_get_image_editor() 3211 3120 * … … 3247 3156 * 3248 3157 * @since 2.5.0 3249 * @deprecated 3.5.0 3158 * @deprecated 3.5.0 Use wp_get_image_editor() 3250 3159 * @see wp_get_image_editor() 3251 3160 * … … 3287 3196 * 3288 3197 * @since 1.0.0 3289 * @deprecated 3.5.0 3198 * @deprecated 3.5.0 Use get_post() 3290 3199 * @see get_post() 3291 3200 * … … 3303 3212 * 3304 3213 * @since 0.71 3305 * @deprecated 3.5.0 3306 * @deprecated Use wp_authenticate() 3214 * @deprecated 3.5.0 Use wp_authenticate() 3307 3215 * @see wp_authenticate() 3308 3216 * … … 3332 3240 * 3333 3241 * @since 2.9.0 3334 * @deprecated 3.5.0 3242 * @deprecated 3.5.0 Use wp_image_editor_supports() 3335 3243 * @see wp_image_editor_supports() 3336 3244 * … … 3367 3275 * 3368 3276 * @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() 3371 3279 * 3372 3280 * @param int $bytes An integer byte value. … … 3394 3302 * Formerly used internally to tidy up the search terms. 3395 3303 * 3304 * @since 2.9.0 3396 3305 * @access private 3397 * @since 2.9.03398 3306 * @deprecated 3.7.0 3399 3307 */ … … 3428 3336 * 3429 3337 * @since 2.7.0 3338 * @access private 3430 3339 * @deprecated 3.9.0 3431 * @access private3432 3340 */ 3433 3341 function default_topic_count_text( $count ) { … … 3455 3363 * 3456 3364 * @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() 3459 3367 * 3460 3368 * @param string $text The text to be escaped. … … 3615 3523 * 3616 3524 * @since 2.5.0 3617 * @deprecated 4.3.0 3525 * @deprecated 4.3.0 Use format_for_editor() 3526 * @see format_for_editor() 3618 3527 * 3619 3528 * @param string $output The text to be formatted. … … 3641 3550 * 3642 3551 * @since 1.0.0 3643 * @deprecated 4.4.0 3552 * @deprecated 4.4.0 Use get_permalink() 3553 * @see get_permalink() 3644 3554 * 3645 3555 * @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.