Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/18/2012 10:15:09 AM (12 years ago)
Author:
djpaul
Message:

Update @since phpdoc on functions to use our formatted version of the tag, e.g. "@since BuddyPress (1.6)". Fixes #4445, props fanquake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/deprecated/1.5.php

    r6125 r6259  
    4444 * @param int $blog_id optional blog id to test (default current blog)
    4545 * @return bool True if not multisite or $blog_id is main site
    46  * @since 1.2.6
     46 * @since BuddyPress (1.2.6)
    4747 */
    4848function bp_core_is_main_site( $blog_id = '' ) {
     
    7474 * @deprecated 1.5
    7575 * @deprecated Use add_menu_page().
    76  * @since 1.1
     76 * @since BuddyPress (1.1)
    7777 */
    7878function bp_core_add_admin_menu_page( $args = '' ) {
     
    252252 * @deprecated 1.5
    253253 * @deprecated Use wp_title()
    254  * @since 1.0
     254 * @since BuddyPress (1.0)
    255255 */
    256256function bp_page_title() {
     
    263263     * @deprecated 1.5
    264264     * @deprecated Use wp_title()
    265      * @since 1.0
     265     * @since BuddyPress (1.0)
    266266     */
    267267    function bp_get_page_title() {
     
    280280 * @deprecated 1.5
    281281 * @deprecated Use wp_logout_url()
    282  * @since 1.0
     282 * @since BuddyPress (1.0)
    283283 */
    284284function bp_log_out_link() {
     
    441441     * @return string
    442442     * @see wp_dropdown_pages()
    443      * @since 1.2
     443     * @since BuddyPress (1.2)
    444444     */
    445445    function bp_dtheme_wp_pages_filter( $page_html ) {
     
    459459     * @param $string $oldvalue New value of get_option( 'page_on_front' )
    460460     * @return string
    461      * @since 1.2
     461     * @since BuddyPress (1.2)
    462462     */
    463463    function bp_dtheme_page_on_front_update( $oldvalue, $newvalue ) {
     
    479479     * @param string $template Absolute path to the page template
    480480     * @return string
    481      * @since 1.2
     481     * @since BuddyPress (1.2)
    482482     */
    483483    function bp_dtheme_page_on_front_template( $template ) {
     
    494494     * @deprecated 1.5
    495495     * @deprecated No longer required.
    496      * @since 1.2
     496     * @since BuddyPress (1.2)
    497497     */
    498498    function bp_dtheme_fix_get_posts_on_activity_front() {
     
    510510     * @param array $posts Posts as retrieved by WP_Query
    511511     * @return array
    512      * @since 1.2.5
     512     * @since BuddyPress (1.2.5)
    513513     */
    514514    function bp_dtheme_fix_the_posts_on_activity_front( $posts ) {
     
    525525     * @deprecated 1.5
    526526     * @deprecated Enqueue the comment-reply script in your theme's header.php.
    527      * @since 1.2
     527     * @since BuddyPress (1.2)
    528528     */
    529529    function bp_dtheme_add_blog_comments_js() {
Note: See TracChangeset for help on using the changeset viewer.