Docs: Miscellaneous docblock corrections.
See #32246 Built from https://develop.svn.wordpress.org/trunk@36069 git-svn-id: http://core.svn.wordpress.org/trunk@36034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -48,7 +48,7 @@ function wp_credits() {
|
||||
* @access private
|
||||
* @since 3.2.0
|
||||
*
|
||||
* @param string &$display_name The contributor's display name, passed by reference.
|
||||
* @param string $display_name The contributor's display name, passed by reference.
|
||||
* @param string $username The contributor's username.
|
||||
* @param string $profiles URL to the contributor's WordPress.org profile page.
|
||||
*/
|
||||
@@ -62,7 +62,7 @@ function _wp_credits_add_profile_link( &$display_name, $username, $profiles ) {
|
||||
* @access private
|
||||
* @since 3.2.0
|
||||
*
|
||||
* @param string &$data External library data, passed by reference.
|
||||
* @param string $data External library data, passed by reference.
|
||||
*/
|
||||
function _wp_credits_build_object_link( &$data ) {
|
||||
$data = '<a href="' . esc_url( $data[1] ) . '">' . esc_html( $data[0] ) . '</a>';
|
||||
|
||||
Reference in New Issue
Block a user