Changeset 41111
- Timestamp:
- 07/20/2017 02:01:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r40922 r41111 223 223 * @deprecated 3.1.0 Use get_users() 224 224 * 225 * @global wpdb $wpdb WordPress database abstraction object. 226 * 225 227 * @return array List of user IDs. 226 228 */ … … 242 244 * @deprecated 3.1.0 Use get_users() 243 245 * 246 * @global wpdb $wpdb WordPress database abstraction object. 247 * 244 248 * @param int $user_id User ID. 245 249 * @return array|bool List of editable authors. False if no editable users. … … 267 271 * @deprecated 3.1.0 Use get_users() 268 272 * 273 * @global wpdb $wpdb WordPress database abstraction object. 274 * 269 275 * @param int $user_id User ID. 270 276 * @param bool $exclude_zeros Optional. Whether to exclude zeroes. Default true. … … 303 309 * 304 310 * @deprecated 3.1.0 Use get_users() 311 * 312 * @global wpdb $wpdb WordPress database abstraction object. 305 313 */ 306 314 function get_nonauthor_user_ids() { … … 665 673 * @see get_posts() 666 674 * 675 * @global wpdb $wpdb WordPress database abstraction object. 676 * 667 677 * @param int $user_id User ID to not retrieve posts from. 668 678 * @param string $type Optional. Post type to retrieve. Accepts 'draft', 'pending' or 'any' (all).
Note: See TracChangeset
for help on using the changeset viewer.