Changeset 10497 for trunk/src/bp-core/bp-core-component.php
- Timestamp:
- 02/03/2016 05:01:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-component.php
r10417 r10497 38 38 * Unique ID for the component. 39 39 * 40 * @since 1.5.0 40 41 * @var string $id 41 42 */ … … 45 46 * Unique slug for the component, for use in query strings and URLs. 46 47 * 48 * @since 1.5.0 47 49 * @var string $slug 48 50 */ … … 52 54 * Does the component need a top-level directory? 53 55 * 56 * @since 1.5.0 54 57 * @var bool $has_directory 55 58 */ … … 59 62 * The path to the component's files. 60 63 * 64 * @since 1.5.0 61 65 * @var string $path 62 66 */ … … 66 70 * The WP_Query loop for this component. 67 71 * 72 * @since 1.5.0 68 73 * @var WP_Query $query 69 74 */ … … 73 78 * The current ID of the queried object. 74 79 * 80 * @since 1.5.0 75 81 * @var string $current_id 76 82 */ … … 80 86 * Callback for formatting notifications. 81 87 * 88 * @since 1.5.0 82 89 * @var callable $notification_callback 83 90 */ … … 87 94 * WordPress Toolbar links. 88 95 * 96 * @since 1.5.0 89 97 * @var array $admin_menu 90 98 */ … … 94 102 * Placeholder text for component directory search box. 95 103 * 96 * @since 1. 5.0104 * @since 1.6.0 97 105 * @var string $search_string 98 106 */ … … 102 110 * Root slug for the component. 103 111 * 104 * @since 1. 5.0112 * @since 1.6.0 105 113 * @var string $root_slug 106 114 */ … … 465 473 * Set up component navigation. 466 474 * 475 * @since 1.5.0 476 * 467 477 * @see bp_core_new_nav_item() For a description of the $main_nav 468 478 * parameter formatting. … … 503 513 * Set up the component entries in the WordPress Admin Bar. 504 514 * 515 * @since 1.5.0 516 * 505 517 * @see WP_Admin_Bar::add_menu() for a description of the syntax 506 518 * required by each item in the $wp_admin_nav parameter array.
Note: See TracChangeset
for help on using the changeset viewer.