- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r10820 r10825 42 42 * @since 1.7.0 43 43 * 44 * @uses BP_Legacy::setup_globals()45 * @uses BP_Legacy::setup_actions()46 44 */ 47 45 public function __construct() { … … 71 69 * @since 1.7.0 72 70 * 73 * @uses add_filter() To add various filters74 * @uses add_action() To add various actions75 71 */ 76 72 protected function setup_actions() { … … 211 207 * @since 2.3.0 Support custom CSS file named after the current theme or parent theme. 212 208 * 213 * @uses wp_enqueue_style() To enqueue the styles214 209 */ 215 210 public function enqueue_styles() { … … 514 509 * 515 510 * @param array $templates Array of templates. 516 * @uses apply_filters() call 'bp_legacy_theme_compat_page_templates_directory_only' and return false517 511 * to use the defined page template for component's directory and its single items 518 512 * @return array … … 607 601 * @since 2.2.0 608 602 * 609 * @uses bp_group_create_nav_item() to output the create a Group nav item.610 603 */ 611 604 function bp_legacy_theme_group_create_nav() { … … 637 630 * @since 2.2.0 638 631 * 639 * @uses bp_blog_create_nav_item() to output the Create a Site nav item640 632 */ 641 633 function bp_legacy_theme_blog_create_nav() {
Note: See TracChangeset
for help on using the changeset viewer.