- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r40606 r41162 21 21 * 22 22 * @since 4.7.0 23 * @access protected24 23 * @var WP_REST_Comment_Meta_Fields 25 24 */ … … 30 29 * 31 30 * @since 4.7.0 32 * @access public33 31 */ 34 32 public function __construct() { … … 43 41 * 44 42 * @since 4.7.0 45 * @access public46 43 */ 47 44 public function register_routes() { … … 112 109 * 113 110 * @since 4.7.0 114 * @access public115 111 * 116 112 * @param WP_REST_Request $request Full details about the request. … … 165 161 * 166 162 * @since 4.7.0 167 * @access public168 163 * 169 164 * @param WP_REST_Request $request Full details about the request. … … 340 335 * 341 336 * @since 4.7.0 342 * @access public343 337 * 344 338 * @param WP_REST_Request $request Full details about the request. … … 372 366 * 373 367 * @since 4.7.0 374 * @access public375 368 * 376 369 * @param WP_REST_Request $request Full details about the request. … … 393 386 * 394 387 * @since 4.7.0 395 * @access public396 388 * 397 389 * @param WP_REST_Request $request Full details about the request. … … 481 473 * 482 474 * @since 4.7.0 483 * @access public484 475 * 485 476 * @param WP_REST_Request $request Full details about the request. … … 649 640 * 650 641 * @since 4.7.0 651 * @access public652 642 * 653 643 * @param WP_REST_Request $request Full details about the request. … … 671 661 * 672 662 * @since 4.7.0 673 * @access public674 663 * 675 664 * @param WP_REST_Request $request Full details about the request. … … 768 757 * 769 758 * @since 4.7.0 770 * @access public771 759 * 772 760 * @param WP_REST_Request $request Full details about the request. … … 789 777 * 790 778 * @since 4.7.0 791 * @access public792 779 * 793 780 * @param WP_REST_Request $request Full details about the request. … … 858 845 * 859 846 * @since 4.7.0 860 * @access public861 847 * 862 848 * @param WP_Comment $comment Comment object. … … 924 910 * 925 911 * @since 4.7.0 926 * @access protected927 912 * 928 913 * @param WP_Comment $comment Comment object. … … 993 978 * 994 979 * @since 4.7.0 995 * @access protected996 980 * 997 981 * @param string $query_param Query parameter. … … 1026 1010 * 1027 1011 * @since 4.7.0 1028 * @access protected1029 1012 * 1030 1013 * @param string|int $comment_approved comment status. … … 1058 1041 * 1059 1042 * @since 4.7.0 1060 * @access protected1061 1043 * 1062 1044 * @param WP_REST_Request $request Request object. … … 1154 1136 * 1155 1137 * @since 4.7.0 1156 * @access public1157 1138 * 1158 1139 * @return array … … 1314 1295 * 1315 1296 * @since 4.7.0 1316 * @access public1317 1297 * 1318 1298 * @return array Comments collection parameters. … … 1472 1452 * 1473 1453 * @since 4.7.0 1474 * @access protected1475 1454 * 1476 1455 * @param string|int $new_status New comment status. … … 1521 1500 * 1522 1501 * @since 4.7.0 1523 * @access protected1524 1502 * 1525 1503 * @param WP_Post $post Post object. … … 1559 1537 * 1560 1538 * @since 4.7.0 1561 * @access protected1562 1539 * 1563 1540 * @param WP_Comment $comment Comment object. … … 1594 1571 * 1595 1572 * @since 4.7.0 1596 * @access protected1597 1573 * 1598 1574 * @param object $comment Comment object. … … 1619 1595 * 1620 1596 * @since 4.7.0 1621 * @access public1622 1597 * 1623 1598 * @param string $value Author email value submitted.
Note: See TracChangeset
for help on using the changeset viewer.