Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (9 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-dependency.php

    r10843 r10899  
    216216 * @link https://buddypress.trac.wordpress.org/ticket/6046
    217217 * @link https://core.trac.wordpress.org/ticket/24169
    218  *
    219218 */
    220219function bp_setup_current_user() {
     
    407406 *
    408407 * @since 1.6.0
    409  *
    410408 */
    411409function bp_template_redirect() {
     
    427425 *
    428426 * @since 1.5.0
    429  *
    430427 */
    431428function bp_register_theme_directory() {
     
    447444 *
    448445 * @since 1.7.0
    449  *
    450446 */
    451447function bp_register_theme_packages() {
     
    463459 *
    464460 * @since 1.6.0
    465  *
    466461 */
    467462function bp_enqueue_scripts() {
     
    497492 *
    498493 * @since 1.8.0
    499  *
    500494 */
    501495function bp_add_rewrite_tags() {
     
    513507 *
    514508 * @since 1.9.0
    515  *
    516509 */
    517510function bp_add_rewrite_rules() {
     
    529522 *
    530523 * @since 1.9.0
    531  *
    532524 */
    533525function bp_add_permastructs() {
     
    548540 *
    549541 * @since 1.6.0
    550  *
    551542 */
    552543function bp_setup_theme() {
     
    571562 *
    572563 * @since 1.6.0
    573  *
    574564 */
    575565function bp_after_setup_theme() {
     
    700690 *
    701691 * @since 1.9.0
    702  *
    703692 */
    704693function bp_post_request() {
     
    743732 *
    744733 * @since 1.9.0
    745  *
    746734 */
    747735function bp_get_request() {
Note: See TracChangeset for help on using the changeset viewer.