Skip to:
Content

bbPress.org

Changeset 5255


Ignore:
Timestamp:
01/12/2014 11:29:23 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Remove unused admin area binary assets, including about page badges, top level menu icons, and retired icon32's. This is all handled by Dashicons going forward. Fixes #2513.

Location:
trunk/includes/admin
Files:
7 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/admin.php

    r5227 r5255  
    752752            <h1><?php printf( esc_html__( 'Welcome to bbPress %s', 'bbpress' ), $display_version ); ?></h1>
    753753            <div class="about-text"><?php printf( esc_html__( 'Thank you for updating! bbPress %s is bundled up and ready to weather the storm of users in your community!', 'bbpress' ), $display_version ); ?></div>
    754             <div class="bbp-badge"><?php printf( esc_html__( 'Version %s', 'bbpress' ), $display_version ); ?></div>
     754            <div class="bbp-badge"></div>
    755755
    756756            <h2 class="nav-tab-wrapper">
     
    829829            <h1><?php printf( esc_html__( 'Welcome to bbPress %s', 'bbpress' ), $display_version ); ?></h1>
    830830            <div class="about-text"><?php printf( esc_html__( 'Thank you for updating! bbPress %s is waxed, polished, and ready for you to take it for a lap or two around the block!', 'bbpress' ), $display_version ); ?></div>
    831             <div class="bbp-badge"><?php printf( esc_html__( 'Version %s', 'bbpress' ), $display_version ); ?></div>
     831            <div class="bbp-badge"></div>
    832832
    833833            <h2 class="nav-tab-wrapper">
  • trunk/includes/admin/css/admin.css

    r5225 r5255  
    1010
    1111.bbp-badge {
    12     padding-top: 142px;
    13     height: 50px;
    14     width: 173px;
    15     color: #fafafa;
    16     font-weight: bold;
    17     font-size: 14px;
    18     text-align: center;
    19     margin: 0 -5px;
    20     background: url('../images/badge.png') no-repeat;
     12    font: normal 150px/1 'dashicons' !important;
     13    color: #000;
     14    display: inline-block;
     15}
     16
     17.bbp-badge:before {
     18    content: "\f451";
    2119}
    2220
Note: See TracChangeset for help on using the changeset viewer.