Changeset 47060 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 01/11/2020 06:30:58 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r46823 r47060 468 468 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 469 469 * 470 * @param int| bool $year False for current year or year for permalink.470 * @param int|false $year Integer of year. False for current year. 471 471 * @return string The permalink for the specified year archive. 472 472 */ … … 502 502 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 503 503 * 504 * @param bool|int $year False for current year. Integer ofyear.505 * @param bool|int $month False for current month. Integer ofmonth.504 * @param int|false $year Integer of year. False for current year. 505 * @param int|false $month Integer of month. False for current month. 506 506 * @return string The permalink for the specified month and year archive. 507 507 */ … … 542 542 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 543 543 * 544 * @param bool|int $year False for current year. Integer ofyear.545 * @param bool|int $month False for current month. Integer ofmonth.546 * @param bool|int $day False for current day. Integer ofday.544 * @param int|false $year Integer of year. False for current year. 545 * @param int|false $month Integer of month. False for current month. 546 * @param int|false $day Integer of day. False for current day. 547 547 * @return string The permalink for the specified day, month, and year archive. 548 548 */ … … 2969 2969 * 2970 2970 * @param string|array $args Optional args. See paginate_links(). Default empty array. 2971 * @return string|array|void Markup for comment page links or array of comment page links. 2971 * @return void|string|array Void if 'echo' argument is true and 'type' is not an array, 2972 * or if the query is not for an existing single post of any post type. 2973 * Otherwise, markup for comment page links or array of comment page links, 2974 * depending on 'type' argument. 2972 2975 */ 2973 2976 function paginate_comments_links( $args = array() ) { … … 4012 4015 * plus a "found_avatar" guess. Pass as a reference. Default null. 4013 4016 * } 4014 * @return false|string The URL of the avatar we found, or false if we couldn't find an avatar.4017 * @return string|false The URL of the avatar on success, false on failure. 4015 4018 */ 4016 4019 function get_avatar_url( $id_or_email, $args = null ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)