Make WordPress Core


Ignore:
Timestamp:
10/25/2008 08:55:40 PM (18 years ago)
Author:
azaozz
Message:

More styling for the Tags page, change the Options pages background color to light gray

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r9281 r9345  
    415415                'what' => 'tag',
    416416                'id' => $tag->term_id,
     417                'position' => '-1',
    417418                'data' => _tag_row( $tag ),
    418419                'supplemental' => array('name' => $tag_full_name, 'show-link' => sprintf(__( 'Tag <a href="#%s">%s</a> added' ), "tag-$tag->term_id", $tag_full_name))
Note: See TracChangeset for help on using the changeset viewer.