Changeset 35993
- Timestamp:
- 12/17/2015 05:29:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r35545 r35993 290 290 * @global WP_Rewrite $wp_rewrite 291 291 * 292 * @param int $author_id Author ID. 293 * @param string $author_nicename Optional. The author's nicename (slug). Default empty. 292 294 * @return string The URL to the author's page. 293 295 */ 294 function get_author_posts_url( $author_id, $author_nicename = '') {296 function get_author_posts_url( $author_id, $author_nicename = '' ) { 295 297 global $wp_rewrite; 296 298 $auth_ID = (int) $author_id;
Note: See TracChangeset
for help on using the changeset viewer.