Make WordPress Core


Ignore:
Timestamp:
02/13/2010 08:56:38 AM (16 years ago)
Author:
dd32
Message:

Introduce 'singular_label' for Post Types. Props scribu. See #12214

File:
1 edited

Legend:

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

    r12927 r13101  
    196196    }
    197197
    198     $title = sprintf(__('Edit %s'), $post_type_object->label);
     198    $title = sprintf(__('Edit %s'), $post_type_object->singular_label);
    199199    $post = get_post_to_edit($post_id);
    200200
Note: See TracChangeset for help on using the changeset viewer.