Make WordPress Core


Ignore:
Timestamp:
03/24/2004 02:41:05 PM (22 years ago)
Author:
emc3
Message:

Removed 'Meta:' leader from the_meta().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-post.php

    r948 r991  
    474474   
    475475    if ($keys = get_post_custom_keys()) {
    476         echo "<strong>Meta:</strong><ul>\n";
     476        echo "<ul>\n";
    477477        foreach ($keys as $key) {
    478478            $values = array_map('trim',$post_meta_cache[$id][$key]);
Note: See TracChangeset for help on using the changeset viewer.