Make WordPress Core

Changeset 16998


Ignore:
Timestamp:
12/16/2010 01:09:16 PM (14 years ago)
Author:
westi
Message:

Ensure we always have a $help to append to. Fixes #15845 props garyc40.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r16990 r16998  
    159159
    160160if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $taxonomy  ) {
     161    $help ='';
    161162    if ( 'category' == $taxonomy )
    162163        $help .= '<p>' . sprintf(__( 'You can use categories to define sections of your site and group related posts. The default category is &#8220;Uncategorized&#8221; until you change it in your <a href="%s">writing settings</a>.' ) , 'options-writing.php' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.