Changeset 41688 for trunk/src/wp-admin/includes/credits.php
- Timestamp:
- 10/02/2017 10:13:04 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/credits.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/credits.php
r41605 r41688 56 56 * @since 3.2.0 57 57 * 58 * @param string $display_name The contributor's display name , passed by reference.58 * @param string $display_name The contributor's display name (passed by reference). 59 59 * @param string $username The contributor's username. 60 60 * @param string $profiles URL to the contributor's WordPress.org profile page. … … 70 70 * @since 3.2.0 71 71 * 72 * @param string $data External library data , passed by reference.72 * @param string $data External library data (passed by reference). 73 73 */ 74 74 function _wp_credits_build_object_link( &$data ) {
Note: See TracChangeset
for help on using the changeset viewer.