Changeset 41162 for trunk/src/wp-includes/class-wp-list-util.php
- Timestamp:
- 07/27/2017 12:40:27 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-list-util.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-list-util.php
r38928 r41162 19 19 * 20 20 * @since 4.7.0 21 * @access private22 21 * @var array 23 22 */ … … 28 27 * 29 28 * @since 4.7.0 30 * @access private31 29 * @var array 32 30 */ … … 37 35 * 38 36 * @since 4.7.0 39 * @access private40 37 * @var array 41 38 */ … … 59 56 * 60 57 * @since 4.7.0 61 * @access public62 58 * 63 59 * @return array The input array. … … 71 67 * 72 68 * @since 4.7.0 73 * @access public74 69 * 75 70 * @return array The output array. … … 229 224 * 230 225 * @since 4.7.0 231 * @access private232 226 * 233 227 * @see WP_List_Util::sort()
Note: See TracChangeset
for help on using the changeset viewer.