- Timestamp:
- 07/27/2017 12:39:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r40882 r41161 23 23 * @since 3.1.0 24 24 * @var bool 25 * @access protected26 25 */ 27 26 protected $hierarchical_display; … … 32 31 * @since 3.1.0 33 32 * @var array 34 * @access protected35 33 */ 36 34 protected $comment_pending_count; … … 41 39 * @since 3.1.0 42 40 * @var int 43 * @access private44 41 */ 45 42 private $user_posts_count; … … 50 47 * @since 3.1.0 51 48 * @var int 52 * @access private53 49 */ 54 50 private $sticky_posts_count = 0; … … 60 56 * 61 57 * @since 4.3.0 62 * @access protected63 58 * @var int 64 59 */ … … 69 64 * 70 65 * @since 3.1.0 71 * @access public72 66 * 73 67 * @see WP_List_Table::__construct() for more information on default arguments. … … 197 191 198 192 /** 199 * @access public200 193 */ 201 194 public function no_items() { … … 230 223 * 231 224 * @since 4.4.0 232 * @access protected233 225 * 234 226 * @param array $args URL parameters for the link. … … 416 408 * 417 409 * @since 4.6.0 418 * @access protected419 410 * 420 411 * @global int $cat Currently selected category. … … 827 818 * 828 819 * @since 4.3.0 829 * @access public830 820 * 831 821 * @param WP_Post $post The current WP_Post object. … … 852 842 /** 853 843 * @since 4.3.0 854 * @access protected855 844 * 856 845 * @param WP_Post $post … … 870 859 * 871 860 * @since 4.3.0 872 * @access public873 861 * 874 862 * @global string $mode List table view mode. … … 967 955 * 968 956 * @since 4.3.0 969 * @access public970 957 * 971 958 * @global string $mode List table view mode. … … 1048 1035 * 1049 1036 * @since 4.3.0 1050 * @access public1051 1037 * 1052 1038 * @param WP_Post $post The current WP_Post object. … … 1068 1054 * 1069 1055 * @since 4.3.0 1070 * @access public1071 1056 * 1072 1057 * @param WP_Post $post The current WP_Post object. … … 1084 1069 * 1085 1070 * @since 4.3.0 1086 * @access public1087 1071 * 1088 1072 * @param WP_Post $post The current WP_Post object. … … 1210 1194 * 1211 1195 * @since 4.3.0 1212 * @access protected1213 1196 * 1214 1197 * @return string Name of the default primary column, in this case, 'title'. … … 1222 1205 * 1223 1206 * @since 4.3.0 1224 * @access protected1225 1207 * 1226 1208 * @param object $post Post being acted upon.
Note: See TracChangeset
for help on using the changeset viewer.