Changeset 36069 for trunk/src/wp-admin/includes/credits.php
- Timestamp:
- 12/23/2015 06:30:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/credits.php
r35885 r36069 49 49 * @since 3.2.0 50 50 * 51 * @param string &$display_nameThe contributor's display name, passed by reference.51 * @param string $display_name The contributor's display name, passed by reference. 52 52 * @param string $username The contributor's username. 53 53 * @param string $profiles URL to the contributor's WordPress.org profile page. … … 63 63 * @since 3.2.0 64 64 * 65 * @param string &$data External library data, passed by reference.65 * @param string $data External library data, passed by reference. 66 66 */ 67 67 function _wp_credits_build_object_link( &$data ) {
Note: See TracChangeset
for help on using the changeset viewer.