Changeset 32568 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 05/24/2015 05:39:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r32538 r32568 71 71 * @since 2.8.0 72 72 * 73 * @return string| nullThe author's display name.73 * @return string|void The author's display name. 74 74 */ 75 75 function get_the_modified_author() { … … 333 333 * @type string $exclude An array, comma-, or space-separated list of author IDs to include. Default empty. 334 334 * } 335 * @return null|string The output, if echo is set to false. Otherwise null.335 * @return string|void The output, if echo is set to false. 336 336 */ 337 337 function wp_list_authors( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.