Changeset 41162 for trunk/src/wp-includes/class-wp-user-query.php
- Timestamp:
- 07/27/2017 12:40:27 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-user-query.php (modified) (19 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r40982 r41162 21 21 * 22 22 * @since 3.5.0 23 * @access public24 23 * @var array 25 24 */ … … 30 29 * 31 30 * @since 3.1.0 32 * @access private33 31 * @var array 34 32 */ … … 39 37 * 40 38 * @since 3.1.0 41 * @access private42 39 * @var int 43 40 */ … … 48 45 * 49 46 * @since 4.2.0 50 * @access public51 47 * @var WP_Meta_Query 52 48 */ … … 57 53 * 58 54 * @since 4.4.0 59 * @access public60 55 * @var string 61 56 */ … … 89 84 * 90 85 * @since 4.4.0 91 * @access public92 86 * 93 87 * @param array $args Query vars, as passed to `WP_User_Query`. … … 141 135 * and 'login__not_in' parameters. 142 136 * 143 * @access public144 137 * 145 138 * @global wpdb $wpdb WordPress database abstraction object. … … 638 631 * 639 632 * @since 3.5.0 640 * @access public641 633 * 642 634 * @param string $query_var Query variable key. … … 654 646 * 655 647 * @since 3.5.0 656 * @access public657 648 * 658 649 * @param string $query_var Query variable key. … … 666 657 * Used internally to generate an SQL string for searching across multiple columns 667 658 * 668 * @access protected669 659 * @since 3.1.0 670 660 * … … 700 690 * 701 691 * @since 3.1.0 702 * @access public703 692 * 704 693 * @return array Array of results. … … 712 701 * 713 702 * @since 3.1.0 714 * @access public715 703 * 716 704 * @return int Number of total users. … … 724 712 * 725 713 * @since 4.2.0 726 * @access protected727 714 * 728 715 * @global wpdb $wpdb WordPress database abstraction object. … … 784 771 * 785 772 * @since 4.2.0 786 * @access protected787 773 * 788 774 * @param string $order The 'order' query variable. … … 805 791 * 806 792 * @since 4.0.0 807 * @access public808 793 * 809 794 * @param string $name Property to get. … … 820 805 * 821 806 * @since 4.0.0 822 * @access public823 807 * 824 808 * @param string $name Property to check if set. … … 836 820 * 837 821 * @since 4.0.0 838 * @access public839 822 * 840 823 * @param string $name Property to check if set. … … 851 834 * 852 835 * @since 4.0.0 853 * @access public854 836 * 855 837 * @param string $name Property to unset. … … 865 847 * 866 848 * @since 4.0.0 867 * @access public868 849 * 869 850 * @param callable $name Method to call.
Note: See TracChangeset
for help on using the changeset viewer.