[wp-trac] [WordPress Trac] #32477: index.php at Twenty_Fifteen : There is an unnecessary `space`.

WordPress Trac noreply at wordpress.org
Sun May 24 14:34:22 UTC 2015


#32477: index.php at Twenty_Fifteen : There is an unnecessary `space`.
--------------------------+-----------------------------
 Reporter:  tmatsuur      |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  4.2.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 It will become a fine thing, but I will report.
 The location is 48 line of index.php.
 Space before end tag of span I think unnecessary.

 Now:
 {{{
 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __(
 'Page', 'twentyfifteen' ) . ' </span>',
 }}}

 I think:
 {{{
 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __(
 'Page', 'twentyfifteen' ) . '</span>',
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32477>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list