Changeset 10772 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/handbook.php
- Timestamp:
- 03/05/2021 12:29:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/handbook.php
r10769 r10772 75 75 * Filters default handbook configuration array. 76 76 * 77 * @param string $slug The slug for the post type. Default is post type. 77 * @param array $config { 78 * Associative array of handbook configuration. 79 * 80 * @type string $label The label for the handbook. Default is the 81 * post type slug converted to titlecase (e.g. 82 * plugin-handbok => "Plugin Handbook"). 83 * @type string $slug The slug for the post type. Default is the 84 * post type. 85 * } 78 86 */ 79 87 return (array) apply_filters( 'handbook_default_handbook_config', [
Note: See TracChangeset
for help on using the changeset viewer.