Changeset 26868 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r25640 r26868 54 54 * 55 55 * @since 1.0.1 56 * @deprecated 1.5 56 * @deprecated 1.5.0 57 57 * @deprecated Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop} 58 58 */ … … 122 122 * Prints link to the previous post. 123 123 * 124 * @since 1.5 125 * @deprecated 2.0 124 * @since 1.5.0 125 * @deprecated 2.0.0 126 126 * @deprecated Use previous_post_link() 127 127 * @see previous_post_link() … … 160 160 * 161 161 * @since 0.71 162 * @deprecated 2.0 162 * @deprecated 2.0.0 163 163 * @deprecated Use next_post_link() 164 164 * @see next_post_link() … … 195 195 * Whether user can create a post. 196 196 * 197 * @since 1.5 198 * @deprecated 2.0 197 * @since 1.5.0 198 * @deprecated 2.0.0 199 199 * @deprecated Use current_user_can() 200 200 * @see current_user_can() … … 215 215 * Whether user can create a post. 216 216 * 217 * @since 1.5 218 * @deprecated 2.0 217 * @since 1.5.0 218 * @deprecated 2.0.0 219 219 * @deprecated Use current_user_can() 220 220 * @see current_user_can() … … 235 235 * Whether user can edit a post. 236 236 * 237 * @since 1.5 238 * @deprecated 2.0 237 * @since 1.5.0 238 * @deprecated 2.0.0 239 239 * @deprecated Use current_user_can() 240 240 * @see current_user_can() … … 264 264 * Whether user can delete a post. 265 265 * 266 * @since 1.5 267 * @deprecated 2.0 266 * @since 1.5.0 267 * @deprecated 2.0.0 268 268 * @deprecated Use current_user_can() 269 269 * @see current_user_can() … … 284 284 * Whether user can set new posts' dates. 285 285 * 286 * @since 1.5 287 * @deprecated 2.0 286 * @since 1.5.0 287 * @deprecated 2.0.0 288 288 * @deprecated Use current_user_can() 289 289 * @see current_user_can() … … 304 304 * Whether user can delete a post. 305 305 * 306 * @since 1.5 307 * @deprecated 2.0 306 * @since 1.5.0 307 * @deprecated 2.0.0 308 308 * @deprecated Use current_user_can() 309 309 * @see current_user_can() … … 324 324 * Whether user can delete a post. 325 325 * 326 * @since 1.5 327 * @deprecated 2.0 326 * @since 1.5.0 327 * @deprecated 2.0.0 328 328 * @deprecated Use current_user_can() 329 329 * @see current_user_can() … … 344 344 * Whether user can delete a post. 345 345 * 346 * @since 1.5 347 * @deprecated 2.0 346 * @since 1.5.0 347 * @deprecated 2.0.0 348 348 * @deprecated Use current_user_can() 349 349 * @see current_user_can() … … 364 364 * Can user can edit other user. 365 365 * 366 * @since 1.5 367 * @deprecated 2.0 366 * @since 1.5.0 367 * @deprecated 2.0.0 368 368 * @deprecated Use current_user_can() 369 369 * @see current_user_can() … … 388 388 * 389 389 * @since 0.71 390 * @deprecated 2.1 390 * @deprecated 2.1.0 391 391 * @deprecated Use get_bookmarks() 392 392 * @see get_bookmarks() … … 422 422 * 423 423 * @since 1.0.1 424 * @deprecated 2.1 424 * @deprecated 2.1.0 425 425 * @deprecated Use wp_list_bookmarks() 426 426 * @see wp_list_bookmarks() … … 460 460 * 461 461 * @since 1.0.1 462 * @deprecated 2.1 462 * @deprecated 2.1.0 463 463 * @deprecated Use get_bookmarks() 464 464 * @see get_bookmarks() … … 513 513 * 514 514 * @since 1.0.1 515 * @deprecated 2.1 515 * @deprecated 2.1.0 516 516 * @deprecated Use get_bookmarks() 517 517 * @see get_bookmarks() … … 541 541 * 542 542 * @since 0.71 543 * @deprecated 2.1 543 * @deprecated 2.1.0 544 544 * @deprecated Use get_bookmarks() 545 545 * @see get_bookmarks() … … 569 569 * 570 570 * @since 0.71 571 * @deprecated 2.1 571 * @deprecated 2.1.0 572 572 * @deprecated Use get_bookmarks() 573 573 * @see get_bookmarks() … … 597 597 * 598 598 * @since 0.71 599 * @deprecated 2.1 599 * @deprecated 2.1.0 600 600 * @deprecated No alternative function available 601 601 * … … 610 610 /** 611 611 * @since 0.71 612 * @deprecated 2.1 612 * @deprecated 2.1.0 613 613 * @deprecated Use wp_list_categories() 614 614 * @see wp_list_categories() … … 645 645 646 646 /** 647 * @since 1.2 648 * @deprecated 2.1 647 * @since 1.2.0 648 * @deprecated 2.1.0 649 649 * @deprecated Use wp_list_categories() 650 650 * @see wp_list_categories() … … 678 678 /** 679 679 * @since 0.71 680 * @deprecated 2.1 680 * @deprecated 2.1.0 681 681 * @deprecated Use wp_dropdown_categories() 682 682 * @see wp_dropdown_categories() … … 714 714 715 715 /** 716 * @since 1.2 717 * @deprecated 2.1 716 * List authors. 717 * 718 * @since 1.2.0 719 * @deprecated 2.1.0 718 720 * @deprecated Use wp_list_authors() 719 721 * @see wp_list_authors() … … 736 738 /** 737 739 * @since 1.0.1 738 * @deprecated 2.1 740 * @deprecated 2.1.0 739 741 * @deprecated Use wp_get_post_categories() 740 742 * @see wp_get_post_categories() … … 753 755 * 754 756 * @since 1.0.1 755 * @deprecated 2.1 757 * @deprecated 2.1.0 756 758 * @deprecated Use wp_set_post_categories() 757 759 * @see wp_set_post_categories() … … 769 771 /** 770 772 * @since 0.71 771 * @deprecated 2.1 773 * @deprecated 2.1.0 772 774 * @deprecated Use wp_get_archives() 773 775 * @see wp_get_archives() … … 790 792 * Returns or Prints link to the author's posts. 791 793 * 792 * @since 1.2 793 * @deprecated 2.1 794 * @since 1.2.0 795 * @deprecated 2.1.0 794 796 * @deprecated Use get_author_posts_url() 795 797 * @see get_author_posts_url() … … 814 816 * 815 817 * @since 0.71 816 * @deprecated 2.1 818 * @deprecated 2.1.0 817 819 * @deprecated Use wp_link_pages() 818 820 * @see wp_link_pages() … … 839 841 * 840 842 * @since 0.71 841 * @deprecated 2.1 843 * @deprecated 2.1.0 842 844 * @deprecated Use get_option() 843 845 * @see get_option() … … 856 858 * 857 859 * @since 0.71 858 * @deprecated 1.2 860 * @deprecated 1.2.0 859 861 * @deprecated Use the_permalink() 860 862 * @see the_permalink() … … 869 871 * 870 872 * @since 0.71 871 * @deprecated 2.3 873 * @deprecated 2.3.0 872 874 * @deprecated Use the_permalink_rss() 873 875 * @see the_permalink_rss() … … 885 887 * @see get_links() for argument information that can be used in $args 886 888 * @since 1.0.1 887 * @deprecated 2.1 889 * @deprecated 2.1.0 888 890 * @deprecated Use wp_list_bookmarks() 889 891 * @see wp_list_bookmarks() … … 925 927 * 926 928 * @since 0.71 927 * @deprecated 2.1 929 * @deprecated 2.1.0 928 930 * @deprecated Use get_bookmarks() 929 931 * @see get_bookmarks() … … 1034 1036 * 1035 1037 * @since 1.0.1 1036 * @deprecated 2.1 1038 * @deprecated 2.1.0 1037 1039 * @deprecated Use wp_list_bookmarks() 1038 1040 * @see wp_list_bookmarks() … … 1077 1079 * 1078 1080 * @since 0.71 1079 * @deprecated 2.1 1081 * @deprecated 2.1.0 1080 1082 * @deprecated {@internal Use function instead is unknown}} 1081 1083 * … … 1092 1094 /** 1093 1095 * @since 1.0.1 1094 * @deprecated 2.1 1096 * @deprecated 2.1.0 1095 1097 * @deprecated Use sanitize_bookmark_field() 1096 1098 * @see sanitize_bookmark_field() … … 1108 1110 * 1109 1111 * @since 0.71 1110 * @deprecated 2.1 1112 * @deprecated 2.1.0 1111 1113 * @deprecated Use get_category() 1112 1114 * @see get_category() … … 1138 1140 * 1139 1141 * @since 1.0.1 1140 * @deprecated 2.5 1142 * @deprecated 2.5.0 1141 1143 * @deprecated Use post_comments_feed_link() 1142 1144 * @see post_comments_feed_link() … … 1152 1154 * Print/Return link to category RSS2 feed. 1153 1155 * 1154 * @since 1.2 1155 * @deprecated 2.5 1156 * @since 1.2.0 1157 * @deprecated 2.5.0 1156 1158 * @deprecated Use get_category_feed_link() 1157 1159 * @see get_category_feed_link() … … 1174 1176 * Print/Return link to author RSS feed. 1175 1177 * 1176 * @since 1.2 1177 * @deprecated 2.5 1178 * @since 1.2.0 1179 * @deprecated 2.5.0 1178 1180 * @deprecated Use get_author_feed_link() 1179 1181 * @see get_author_feed_link() … … 1195 1197 * Return link to the post RSS feed. 1196 1198 * 1197 * @since 1.5 1198 * @deprecated 2.2 1199 * @since 1.5.0 1200 * @deprecated 2.2.0 1199 1201 * @deprecated Use get_post_comments_feed_link() 1200 1202 * @see get_post_comments_feed_link() … … 1210 1212 * An alias of wp_create_user(). 1211 1213 * 1212 * @since 2.0 1213 * @deprecated 2.0 1214 * @since 2.0.0 1215 * @deprecated 2.0.0 1214 1216 * @deprecated Use wp_create_user() 1215 1217 * @see wp_create_user() … … 1228 1230 * Unused function. 1229 1231 * 1230 * @deprecated 2.5 1232 * @deprecated 2.5.0 1231 1233 */ 1232 1234 function gzip_compression() { … … 1239 1241 * 1240 1242 * @since 0.71 1241 * @deprecated 2.7 1243 * @deprecated 2.7.0 1242 1244 * @deprecated Use get_comment() 1243 1245 * @see get_comment() … … 1257 1259 * 1258 1260 * @since 0.71 1259 * @deprecated 2.8 1261 * @deprecated 2.8.0 1260 1262 * @deprecated Use get_cat_name() 1261 1263 * @see get_cat_name() … … 1273 1275 * 1274 1276 * @since 1.2.0 1275 * @deprecated 2.8 1277 * @deprecated 2.8.0 1276 1278 * @deprecated Use get_term_children() 1277 1279 * @see get_term_children() … … 1310 1312 * Retrieve the description of the author of the current post. 1311 1313 * 1312 * @since 1.5 1313 * @deprecated 2.8 1314 * @since 1.5.0 1315 * @deprecated 2.8.0 1314 1316 * @deprecated Use get_the_author_meta('description') 1315 1317 * @see get_the_author_meta() … … 1326 1328 * 1327 1329 * @since 1.0.0 1328 * @deprecated 2.8 1330 * @deprecated 2.8.0 1329 1331 * @deprecated Use the_author_meta('description') 1330 1332 * @see the_author_meta() … … 1338 1340 * Retrieve the login name of the author of the current post. 1339 1341 * 1340 * @since 1.5 1341 * @deprecated 2.8 1342 * @since 1.5.0 1343 * @deprecated 2.8.0 1342 1344 * @deprecated Use get_the_author_meta('login') 1343 1345 * @see get_the_author_meta() … … 1354 1356 * 1355 1357 * @since 0.71 1356 * @deprecated 2.8 1358 * @deprecated 2.8.0 1357 1359 * @deprecated Use the_author_meta('login') 1358 1360 * @see the_author_meta() … … 1366 1368 * Retrieve the first name of the author of the current post. 1367 1369 * 1368 * @since 1.5 1369 * @deprecated 2.8 1370 * @since 1.5.0 1371 * @deprecated 2.8.0 1370 1372 * @deprecated Use get_the_author_meta('first_name') 1371 1373 * @see get_the_author_meta() … … 1382 1384 * 1383 1385 * @since 0.71 1384 * @deprecated 2.8 1386 * @deprecated 2.8.0 1385 1387 * @deprecated Use the_author_meta('first_name') 1386 1388 * @see the_author_meta() … … 1394 1396 * Retrieve the last name of the author of the current post. 1395 1397 * 1396 * @since 1.5 1397 * @deprecated 2.8 1398 * @since 1.5.0 1399 * @deprecated 2.8.0 1398 1400 * @deprecated Use get_the_author_meta('last_name') 1399 1401 * @see get_the_author_meta() … … 1410 1412 * 1411 1413 * @since 0.71 1412 * @deprecated 2.8 1414 * @deprecated 2.8.0 1413 1415 * @deprecated Use the_author_meta('last_name') 1414 1416 * @see the_author_meta() … … 1422 1424 * Retrieve the nickname of the author of the current post. 1423 1425 * 1424 * @since 1.5 1425 * @deprecated 2.8 1426 * @since 1.5.0 1427 * @deprecated 2.8.0 1426 1428 * @deprecated Use get_the_author_meta('nickname') 1427 1429 * @see get_the_author_meta() … … 1438 1440 * 1439 1441 * @since 0.71 1440 * @deprecated 2.8 1442 * @deprecated 2.8.0 1441 1443 * @deprecated Use the_author_meta('nickname') 1442 1444 * @see the_author_meta() … … 1450 1452 * Retrieve the email of the author of the current post. 1451 1453 * 1452 * @since 1.5 1453 * @deprecated 2.8 1454 * @since 1.5.0 1455 * @deprecated 2.8.0 1454 1456 * @deprecated Use get_the_author_meta('email') 1455 1457 * @see get_the_author_meta() … … 1466 1468 * 1467 1469 * @since 0.71 1468 * @deprecated 2.8 1470 * @deprecated 2.8.0 1469 1471 * @deprecated Use the_author_meta('email') 1470 1472 * @see the_author_meta() … … 1478 1480 * Retrieve the ICQ number of the author of the current post. 1479 1481 * 1480 * @since 1.5 1481 * @deprecated 2.8 1482 * @since 1.5.0 1483 * @deprecated 2.8.0 1482 1484 * @deprecated Use get_the_author_meta('icq') 1483 1485 * @see get_the_author_meta() … … 1494 1496 * 1495 1497 * @since 0.71 1496 * @deprecated 2.8 1498 * @deprecated 2.8.0 1497 1499 * @deprecated Use the_author_meta('icq') 1498 1500 * @see the_author_meta() … … 1506 1508 * Retrieve the Yahoo! IM name of the author of the current post. 1507 1509 * 1508 * @since 1.5 1509 * @deprecated 2.8 1510 * @since 1.5.0 1511 * @deprecated 2.8.0 1510 1512 * @deprecated Use get_the_author_meta('yim') 1511 1513 * @see get_the_author_meta() … … 1522 1524 * 1523 1525 * @since 0.71 1524 * @deprecated 2.8 1526 * @deprecated 2.8.0 1525 1527 * @deprecated Use the_author_meta('yim') 1526 1528 * @see the_author_meta() … … 1534 1536 * Retrieve the MSN address of the author of the current post. 1535 1537 * 1536 * @since 1.5 1537 * @deprecated 2.8 1538 * @since 1.5.0 1539 * @deprecated 2.8.0 1538 1540 * @deprecated Use get_the_author_meta('msn') 1539 1541 * @see get_the_author_meta() … … 1550 1552 * 1551 1553 * @since 0.71 1552 * @deprecated 2.8 1554 * @deprecated 2.8.0 1553 1555 * @deprecated Use the_author_meta('msn') 1554 1556 * @see the_author_meta() … … 1562 1564 * Retrieve the AIM address of the author of the current post. 1563 1565 * 1564 * @since 1.5 1565 * @deprecated 2.8 1566 * @since 1.5.0 1567 * @deprecated 2.8.0 1566 1568 * @deprecated Use get_the_author_meta('aim') 1567 1569 * @see get_the_author_meta() … … 1579 1581 * @since 0.71 1580 1582 * @see the_author_meta() 1581 * @deprecated 2.8 1583 * @deprecated 2.8.0 1582 1584 * @deprecated Use the_author_meta('aim') 1583 1585 */ … … 1591 1593 * 1592 1594 * @since 1.0.0 1593 * @deprecated 2.8 1595 * @deprecated 2.8.0 1594 1596 * @deprecated Use get_the_author_meta('display_name') 1595 1597 * @see get_the_author_meta() … … 1606 1608 * Retrieve the URL to the home page of the author of the current post. 1607 1609 * 1608 * @since 1.5 1609 * @deprecated 2.8 1610 * @since 1.5.0 1611 * @deprecated 2.8.0 1610 1612 * @deprecated Use get_the_author_meta('url') 1611 1613 * @see get_the_author_meta() … … 1622 1624 * 1623 1625 * @since 0.71 1624 * @deprecated 2.8 1626 * @deprecated 2.8.0 1625 1627 * @deprecated Use the_author_meta('url') 1626 1628 * @see the_author_meta() … … 1634 1636 * Retrieve the ID of the author of the current post. 1635 1637 * 1636 * @since 1.5 1637 * @deprecated 2.8 1638 * @since 1.5.0 1639 * @deprecated 2.8.0 1638 1640 * @deprecated Use get_the_author_meta('ID') 1639 1641 * @see get_the_author_meta() … … 1650 1652 * 1651 1653 * @since 0.71 1652 * @deprecated 2.8 1654 * @deprecated 2.8.0 1653 1655 * @deprecated Use the_author_meta('ID') 1654 1656 * @see the_author_meta() … … 1786 1788 * contains a context after its last vertical bar. 1787 1789 * 1788 * @since 2.5 1790 * @since 2.5.0 1789 1791 * @uses translate() 1790 1792 * @deprecated 3.0.0 … … 1835 1837 * Register plural strings in POT file, but don't translate them. 1836 1838 * 1837 * @since 2.5 1839 * @since 2.5.0 1838 1840 * @deprecated 2.8.0 1839 1841 * @deprecated Use _n_noop()
Note: See TracChangeset
for help on using the changeset viewer.