Changeset 32654 for trunk/src/wp-admin/credits.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r32277 r32654 19 19 * @since 3.2.0 20 20 * 21 * @return array| boolA list of all of the contributors, or false on error.21 * @return array|false A list of all of the contributors, or false on error. 22 22 */ 23 23 function wp_credits() { … … 56 56 * @param string $username The contributor's username. 57 57 * @param string $profiles URL to the contributor's WordPress.org profile page. 58 * @return string A contributor's display name, hyperlinked to a WordPress.org profile page.59 58 */ 60 59 function _wp_credits_add_profile_link( &$display_name, $username, $profiles ) { … … 69 68 * 70 69 * @param string &$data External library data, passed by reference. 71 * @return string Link to the external library.72 70 */ 73 71 function _wp_credits_build_object_link( &$data ) {
Note: See TracChangeset
for help on using the changeset viewer.