CS: Fix code layout of nested function calls with associative arrays.
This commit is contained in:
parent
8cefd8f258
commit
a65be48368
4 changed files with 41 additions and 7 deletions
|
@ -29,8 +29,15 @@
|
|||
<div class="entry-content">
|
||||
<?php
|
||||
the_content( sprintf(
|
||||
/* translators: %s: Name of current post. */
|
||||
wp_kses( __( 'Continue reading %s <span class="meta-nav">→</span>', '_s' ), array( 'span' => array( 'class' => array() ) ) ),
|
||||
wp_kses(
|
||||
/* translators: %s: Name of current post. */
|
||||
__( 'Continue reading %s <span class="meta-nav">→</span>', '_s' ),
|
||||
array(
|
||||
'span' => array(
|
||||
'class' => array(),
|
||||
),
|
||||
)
|
||||
),
|
||||
the_title( '<span class="screen-reader-text">"', '"</span>', false )
|
||||
) );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue