mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 10:03:43 +03:00
Re-add type=array
This commit is contained in:
parent
120b1975d2
commit
1979aa220e
|
@ -143,7 +143,7 @@
|
|||
provided as a comma-delimited list. -->
|
||||
<rule ref="WordPress.WP.I18n">
|
||||
<properties>
|
||||
<property name="text_domain" value="wporg-5ftf" />
|
||||
<property name="text_domain" type="array" value="wporg-5ftf" />
|
||||
</properties>
|
||||
</rule>
|
||||
</ruleset>
|
||||
|
|
|
@ -26,7 +26,7 @@ $allowed_html = array_merge(
|
|||
);
|
||||
|
||||
$more = sprintf(
|
||||
__( '… <a href="%s">continue reading <span class="screen-reader-text">%s</span></a>', 'wporg-5ftf' ),
|
||||
__( '… <a href="%1$s">continue reading <span class="screen-reader-text">%2$s</span></a>', 'wporg-5ftf' ),
|
||||
esc_url( get_permalink() ),
|
||||
esc_html( get_the_title() )
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue