'' . __( 'Next', 'wporg' ) . ' ' .
'' . __( 'Next post:', 'wporg' ) . ' ' .
'%title',
'prev_text' => '' . __( 'Previous', 'wporg' ) . ' ' .
'' . __( 'Previous post:', 'wporg' ) . ' ' .
'%title',
// phpcs:enable WordPress.WhiteSpace.PrecisionAlignment.Found
] );
endwhile; // End of the loop.
?>