Plugin Directory

Changeset 685042

Timestamp:
03/21/2013 04:25:05 AM (11 years ago)
Author:
jblz
Message:

Jetpack: Notifications Module: Remove a redundant span closing tag -- it was already written as self-closing & having both caused a validation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/modules/notes.php

    r674577 r685042  
    168168            'id'     => 'notes',
    169169            'title'  => '<span id="wpnt-notes-unread-count" class="' . esc_attr( $classes ) . '">
    170                     <span class="noticon noticon-notification" /></span>
     170                    <span class="noticon noticon-notification" />
    171171                    </span>',
    172172            'meta'   => array(
Note: See TracChangeset for help on using the changeset viewer.