Changeset 24126 for trunk/wp-includes/deprecated.php
- Timestamp:
- 04/29/2013 01:26:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r23554 r24126 795 795 * @see get_author_posts_url() 796 796 * 797 * @param bool $echo Optional.798 * @param int $author_id Required.797 * @param bool $echo 798 * @param int $author_id 799 799 * @param string $author_nicename Optional. 800 800 * @return string|null 801 801 */ 802 function get_author_link($echo = false, $author_id, $author_nicename = '') {802 function get_author_link($echo, $author_id, $author_nicename = '') { 803 803 _deprecated_function( __FUNCTION__, '2.1', 'get_author_posts_url()' ); 804 804
Note: See TracChangeset
for help on using the changeset viewer.