equal
deleted
inserted
replaced
99 |
99 |
100 /** |
100 /** |
101 * Count number of requests for each status. |
101 * Count number of requests for each status. |
102 * |
102 * |
103 * @since 4.9.6 |
103 * @since 4.9.6 |
|
104 * |
|
105 * @global wpdb $wpdb WordPress database abstraction object. |
104 * |
106 * |
105 * @return object Number of posts for each status. |
107 * @return object Number of posts for each status. |
106 */ |
108 */ |
107 protected function get_request_counts() { |
109 protected function get_request_counts() { |
108 global $wpdb; |
110 global $wpdb; |