Skip to:
Content

BuddyPress.org

Ticket #5301: 5301.01.patch

File 5301.01.patch, 3.7 KB (added by r-a-y, 11 years ago)
  • bp-activity/bp-activity-screens.php

    class BP_Activity_Theme_Compat { 
    387387                        'post_content'   => '',
    388388                        'post_type'      => 'bp_activity',
    389389                        'post_status'    => 'publish',
    390                         'is_archive'     => true,
     390                        'is_page'        => true,
    391391                        'comment_status' => 'closed'
    392392                ) );
    393393        }
    class BP_Activity_Theme_Compat { 
    440440                        'post_content'   => '',
    441441                        'post_type'      => 'bp_activity',
    442442                        'post_status'    => 'publish',
    443                         'is_archive'     => true,
     443                        'is_page'        => true,
    444444                        'comment_status' => 'closed'
    445445                ) );
    446446        }
  • bp-blogs/bp-blogs-screens.php

    class BP_Blogs_Theme_Compat { 
    156156                        'post_content'   => '',
    157157                        'post_type'      => 'bp_blogs',
    158158                        'post_status'    => 'publish',
    159                         'is_archive'     => true,
     159                        'is_page'        => true,
    160160                        'comment_status' => 'closed'
    161161                ) );
    162162        }
    class BP_Blogs_Theme_Compat { 
    219219                        'post_content'   => '',
    220220                        'post_type'      => 'bp_group',
    221221                        'post_status'    => 'publish',
    222                         'is_archive'     => true,
     222                        'is_page'        => true,
    223223                        'comment_status' => 'closed'
    224224                ) );
    225225        }
  • bp-forums/bp-forums-screens.php

    class BP_Forum_Legacy_Theme_Compat { 
    218218                        'post_content'   => '',
    219219                        'post_type'      => 'bp_forum',
    220220                        'post_status'    => 'publish',
    221                         'is_archive'     => true,
     221                        'is_page'        => true,
    222222                        'comment_status' => 'closed'
    223223                ) );
    224224        }
  • bp-groups/bp-groups-screens.php

    class BP_Groups_Theme_Compat { 
    10361036                        'post_content'   => '',
    10371037                        'post_type'      => 'bp_group',
    10381038                        'post_status'    => 'publish',
    1039                         'is_archive'     => true,
     1039                        'is_page'        => true,
    10401040                        'comment_status' => 'closed'
    10411041                ) );
    10421042        }
    class BP_Groups_Theme_Compat { 
    10971097                        'post_content'   => '',
    10981098                        'post_type'      => 'bp_group',
    10991099                        'post_status'    => 'publish',
    1100                         'is_archive'     => true,
     1100                        'is_page'        => true,
    11011101                        'comment_status' => 'closed'
    11021102                ) );
    11031103        }
    class BP_Groups_Theme_Compat { 
    11571157                        'post_content'   => '',
    11581158                        'post_type'      => 'bp_group',
    11591159                        'post_status'    => 'publish',
    1160                         'is_archive'     => true,
     1160                        'is_page'        => true,
    11611161                        'comment_status' => 'closed'
    11621162                ) );
    11631163        }
  • bp-members/bp-members-screens.php

    class BP_Members_Theme_Compat { 
    371371                        'post_content'   => '',
    372372                        'post_type'      => 'bp_members',
    373373                        'post_status'    => 'publish',
    374                         'is_archive'     => true,
     374                        'is_page'        => true,
    375375                        'comment_status' => 'closed'
    376376                ) );
    377377        }
    class BP_Members_Theme_Compat { 
    431431                        'post_content'   => '',
    432432                        'post_type'      => 'bp_members',
    433433                        'post_status'    => 'publish',
    434                         'is_archive'     => true,
     434                        'is_page'        => true,
    435435                        'comment_status' => 'closed'
    436436                ) );
    437437        }
    class BP_Registration_Theme_Compat { 
    547547                        'post_content'   => '',
    548548                        'post_type'      => $post_type,
    549549                        'post_status'    => 'publish',
    550                         'is_archive'     => true,
     550                        'is_page'        => true,
    551551                        'comment_status' => 'closed'
    552552                ) );
    553553        }