Changeset 10899 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 06/23/2016 06:31:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r10843 r10899 216 216 * @link https://buddypress.trac.wordpress.org/ticket/6046 217 217 * @link https://core.trac.wordpress.org/ticket/24169 218 *219 218 */ 220 219 function bp_setup_current_user() { … … 407 406 * 408 407 * @since 1.6.0 409 *410 408 */ 411 409 function bp_template_redirect() { … … 427 425 * 428 426 * @since 1.5.0 429 *430 427 */ 431 428 function bp_register_theme_directory() { … … 447 444 * 448 445 * @since 1.7.0 449 *450 446 */ 451 447 function bp_register_theme_packages() { … … 463 459 * 464 460 * @since 1.6.0 465 *466 461 */ 467 462 function bp_enqueue_scripts() { … … 497 492 * 498 493 * @since 1.8.0 499 *500 494 */ 501 495 function bp_add_rewrite_tags() { … … 513 507 * 514 508 * @since 1.9.0 515 *516 509 */ 517 510 function bp_add_rewrite_rules() { … … 529 522 * 530 523 * @since 1.9.0 531 *532 524 */ 533 525 function bp_add_permastructs() { … … 548 540 * 549 541 * @since 1.6.0 550 *551 542 */ 552 543 function bp_setup_theme() { … … 571 562 * 572 563 * @since 1.6.0 573 *574 564 */ 575 565 function bp_after_setup_theme() { … … 700 690 * 701 691 * @since 1.9.0 702 *703 692 */ 704 693 function bp_post_request() { … … 743 732 * 744 733 * @since 1.9.0 745 *746 734 */ 747 735 function bp_get_request() {
Note: See TracChangeset
for help on using the changeset viewer.