Changeset 28251
- Timestamp:
- 05/04/2014 10:20:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r28208 r28251 795 795 796 796 // If there's an author 797 if ( is_author() ) {797 if ( is_author() && ! is_post_type_archive() ) { 798 798 $author = get_queried_object(); 799 799 if ( $author ) … … 1978 1978 * @since 0.71 1979 1979 * 1980 * @param string $the_weekday 1980 * @param string $the_weekday 1981 1981 */ 1982 1982 $the_weekday = apply_filters( 'the_weekday', $the_weekday ); … … 2010 2010 * @since 0.71 2011 2011 * 2012 * @param string $the_weekday_date 2012 * @param string $the_weekday_date 2013 2013 * @param string $before The HTML to output before the date. 2014 2014 * @param string $after The HTML to output after the date. … … 2411 2411 * and see {@link add_query_arg()} for more information. 2412 2412 * 2413 * The 'before_page_number' and 'after_page_number' arguments allow users to 2413 * The 'before_page_number' and 'after_page_number' arguments allow users to 2414 2414 * augment the links themselves. Typically this might be to add context to the 2415 2415 * numbered links so that screen reader users understand what the links are for. 2416 * The text strings are added before and after the page number - within the 2416 * The text strings are added before and after the page number - within the 2417 2417 * anchor tag. 2418 2418 *
Note: See TracChangeset
for help on using the changeset viewer.