Changeset 42710 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 02/13/2018 04:53:44 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r42343 r42710 522 522 523 523 /** 524 * D oes this site have more than one author524 * Determines whether this site has more than one author. 525 525 * 526 526 * Checks to see if more than one author has published posts. 527 * 527 * 528 * For more information on this and similar theme functions, check out 529 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 530 * Conditional Tags} article in the Theme Developer Handbook. 531 * 528 532 * @since 3.2.0 529 533 *
Note: See TracChangeset
for help on using the changeset viewer.