Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #2878, comment 7


Ignore:
Timestamp:
09/13/2017 01:16:24 PM (7 years ago)
Author:
xkon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2878, comment 7

    initial v1  
    1 '''2878.diff''' attempts to have the code ready for use.
     1'''2878.patch''' attempts to have the code ready for use.
    22
    33I don't see the icons into the dashicons.css yet when viewing the source of http://developer.wordpressorg.dev/dashicons but if you check the repo on https://github.com/WordPress/dashicons/blob/master/icon-font/dashicons.css#L262 you will see some of the icons implemented.
     
    1111}}}
    1212
    13 Normally if the .css gets updated from that repo the icons should be working fine as well
     13When the .css gets updated from that repo the icons should be working fine as well.
     14
     15Attention:
     16
     17{{{
     18
     19        257                                             <div alt="f449" class="dashicons dashicons-buddipress-bbpress-forum">bbpress forum</div>
     20        258                                             <div alt="f450" class="dashicons dashicons-buddipress-bbpress-topic">bbpress topic</div>
     21        259                                             <div alt="f451" class="dashicons dashicons-buddipress-bbpress-reply">bbpress reply</div>
     22}}}
     23
     24These do not yet exist on the repo's .css but are already in place as well.