wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



previous_comments_link › WordPress Function

Seit2.7.0
Veraltetn/v
previous_comments_link ( $label = '' )
Parameter:
  • (string) $label Optional. Label for comments link text. Default empty.
    Erforderlich: Nein
    Standard: (leer)
Definiert in:
Codex:

Displays the link to the previous comments page.



Quellcode

function previous_comments_link( $label = '' ) {
	echo get_previous_comments_link( $label );
}