Skip to:
Content

BuddyPress.org

Changeset 5744


Ignore:
Timestamp:
02/13/2012 01:29:15 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix phpdoc description for bp_get_maintenance_mode() and fix mispellings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r5743 r5744  
    2727     * @since BuddyPress (1.6)
    2828     * @global BuddyPress $bp
    29      * @retrun string The BuddyPress version
     29     * @return string The BuddyPress version
    3030     */
    3131    function bp_get_version() {
     
    4848     * @since BuddyPress (1.6)
    4949     * @global BuddyPress $bp
    50      * @retrun string The BuddyPress version
     50     * @return string The BuddyPress version
    5151     */
    5252    function bp_get_db_version() {
     
    6969     * @since BuddyPress (1.6)
    7070     * @global BuddyPress $bp
    71      * @retrun string The BuddyPress version direct from the database
     71     * @return string The BuddyPress version direct from the database
    7272     */
    7373    function bp_get_db_version_raw() {
     
    9191}
    9292    /**
    93      * Return the BuddyPress database version
     93     * Return the BuddyPress maintenance mode
    9494     *
    9595     * @since BuddyPress (1.6)
    9696     * @global BuddyPress $bp
    97      * @retrun string The BuddyPress maintenance mode
     97     * @return string The BuddyPress maintenance mode
    9898     */
    9999    function bp_get_maintenance_mode() {
Note: See TracChangeset for help on using the changeset viewer.