- Timestamp:
- 11/08/2016 06:50:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php
r4294 r4339 115 115 116 116 $this->label = ucwords( str_replace( array( '-', '_' ), ' ', $this->post_type ) ); 117 $this->label = apply_filters( 'handbook_label', $this->label, $this->post_type ); 117 118 118 119 $this->setting_name = $this->post_type . '_name';
Note: See TracChangeset
for help on using the changeset viewer.