Make WordPress Core


Ignore:
Timestamp:
08/07/2005 08:58:10 AM (20 years ago)
Author:
matt
Message:

Tweaks and catchups

File:
1 edited

Legend:

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

    r2755 r2756  
    2323    theme_advanced_toolbar_align : "left",
    2424    theme_advanced_path_location : "bottom",
    25     entity_encoding : "numeric",
    26     extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|width|height|align],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
     25    entity_encoding : "raw",
     26    extended_valid_elements : "a[id|href|title|onclick],img[class|src|alt|title|width|height|align]",
    2727    plugins : "emotions"
    2828});
Note: See TracChangeset for help on using the changeset viewer.