Changeset 13769 for trunk/wp-admin/includes/post.php
- Timestamp:
- 03/19/2010 09:15:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r13733 r13769 1458 1458 $mce_buttons_4 = implode($mce_buttons_4, ','); 1459 1459 } 1460 $no_captions = ( apply_filters( 'disable_captions', '' ) ) ? true : false;1460 $no_captions = (bool) apply_filters( 'disable_captions', '' ); 1461 1461 1462 1462 // TinyMCE init settings
Note: See TracChangeset
for help on using the changeset viewer.