• Resolved tenzan188

    (@tenzan188)


    line 7

    <?php
    					$message = sprintf( esc_attr__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'origamiez' ), admin_url( 'post-new.php' ) );
    					echo wp_kses( $message, origamiez_get_allowed_tags() );
    					?>

    may be better this

    <?php
    					$message = sprintf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'origamiez' ), admin_url( 'post-new.php' ) );
    					echo wp_kses( $message, origamiez_get_allowed_tags() );
    					?>

    [signature moderated]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Origamiez: content-none.php’ is closed to new replies.