Changeset 48586 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r48576 r48586 119 119 * @since 4.0.0 120 120 * 121 * @param string 122 * @param array 121 * @param string $name Method to call. 122 * @param array $arguments Arguments to pass when calling. 123 123 * @return mixed|false Return value of the callback, false otherwise. 124 124 */ … … 1086 1086 * 1087 1087 * @param string $string 1088 * @param array $cols1088 * @param array $cols 1089 1089 * @return string 1090 1090 */
Note: See TracChangeset
for help on using the changeset viewer.