voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

ucfirst in title of metabox #86

Open 1ucay opened 8 years ago

1ucay commented 8 years ago
add_meta_box("{$this->post_type}-{$this->id}", __(ucfirst($this->label), 'multiple-post-thumbnails'), array($this, 'thumbnail_meta_box'), $this->post_type, $this->context, $this->priority);