[wp-meta] [Making WordPress.org] #7093: Stackoverflow icon is missing

Making WordPress.org noreply at wordpress.org
Fri Jun 23 14:41:22 UTC 2023


#7093: Stackoverflow icon is missing
----------------------------+-------------------------
 Reporter:  sebastienserre  |      Owner:  (none)
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:
Component:  Profiles        |   Keywords:  needs-patch
----------------------------+-------------------------
 Hello all,

 By visiting my profile, I can see the stackoverflow icon in social
 networks is not viewable:
 https://profiles.wordpress.org/sebastienserre/
 [[Image(https://i.imgur.com/gVQ6zWR.jpg)]]

 HTML code seems to be here
 {{{
 <li id="user-social-media-accounts-tag" class="">
                         <span>Find me on:</span>
                         <ul id="user-social-media-accounts" class="">
                                 <!-- this will be populated with an AJAX
 request after the page has loaded -->


                                 <li>
                                         <a
 href="https://stackoverflow.com/uXXXXXXX">
                                                 <div class="genericon
 genericon-stackoverflow" title="stackoverflow"></div>
                                         </a>
                                 </li>

                         </ul>

                         <script type="text/html" id="tmpl-social-media-
 account">
                                 <li>
                                         <a href="<%- account.url %>">
                                                 <div class="genericon
 genericon-<%- account.genericon %>" title="<%- account.shortname
 %>"></div>
                                         </a>
                                 </li>
                         </script>
                 </li>
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7093>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list