~canonical-sysadmins/wordpress/4.9.1

« back to all changes in this revision

Viewing changes to wp-includes/class-walker-category.php

  • Committer: Barry Price
  • Date: 2017-11-17 04:49:02 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: barry.price@canonical.com-20171117044902-5frux4ycbq6g9fyf
Merge WP4.9 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
         * What the class handles.
21
21
         *
22
22
         * @since 2.1.0
23
 
         * @access public
24
23
         * @var string
25
24
         *
26
25
         * @see Walker::$tree_type
31
30
         * Database fields to use.
32
31
         *
33
32
         * @since 2.1.0
34
 
         * @access public
35
33
         * @var array
36
34
         *
37
35
         * @see Walker::$db_fields
43
41
         * Starts the list before the elements are added.
44
42
         *
45
43
         * @since 2.1.0
46
 
         * @access public
47
44
         *
48
45
         * @see Walker::start_lvl()
49
46
         *
64
61
         * Ends the list of after the elements are added.
65
62
         *
66
63
         * @since 2.1.0
67
 
         * @access public
68
64
         *
69
65
         * @see Walker::end_lvl()
70
66
         *
85
81
         * Starts the element output.
86
82
         *
87
83
         * @since 2.1.0
88
 
         * @access public
89
84
         *
90
85
         * @see Walker::start_el()
91
86
         *
92
 
         * @param string $output   Passed by reference. Used to append additional content.
 
87
         * @param string $output   Used to append additional content (passed by reference).
93
88
         * @param object $category Category data object.
94
89
         * @param int    $depth    Optional. Depth of category in reference to parents. Default 0.
95
90
         * @param array  $args     Optional. An array of arguments. See wp_list_categories(). Default empty array.
215
210
         * Ends the element output, if needed.
216
211
         *
217
212
         * @since 2.1.0
218
 
         * @access public
219
213
         *
220
214
         * @see Walker::end_el()
221
215
         *
222
 
         * @param string $output Passed by reference. Used to append additional content.
 
216
         * @param string $output Used to append additional content (passed by reference).
223
217
         * @param object $page   Not used.
224
218
         * @param int    $depth  Optional. Depth of category. Not used.
225
219
         * @param array  $args   Optional. An array of arguments. Only uses 'list' for whether should append