Changeset 30041 for trunk/src/wp-includes/post.php
- Timestamp:
- 10/27/2014 01:07:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r29816 r30041 1353 1353 // If not set, default to the whether the full UI is shown. 1354 1354 if ( null === $args->show_in_admin_bar ) 1355 $args->show_in_admin_bar = true ===$args->show_in_menu;1355 $args->show_in_admin_bar = (bool) $args->show_in_menu; 1356 1356 1357 1357 // If not set, default to the setting for public.
Note: See TracChangeset
for help on using the changeset viewer.