Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/19/2010 04:46:52 PM (14 years ago)
Author:
johnjamesjacoby
Message:

phpDoc fixes to r3446

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core.php

    r3446 r3447  
    16801680 * bp_core_get_illegal_names()
    16811681 *
    1682  * Adds illegal names to WP so that root components will not conflict with
    1683  * blog names on a subdirectory installation.
     1682 * Return a friendly and filtered list of all illegal names to prevent crafty
     1683 * individuals from hi-jacking your network's components and/or administration
    16841684 *
    16851685 * For example, it would stop someone creating a blog with the slug "groups".
     
    17111711 *
    17121712 * Filter the illegal_names site option and make sure it includes a few
    1713  * specific BuddyPress and Multi-site slugs
     1713 * specific BuddyPress and multi-site slugs
    17141714 *
    17151715 * @param array|string $value Illegal names from field
Note: See TracChangeset for help on using the changeset viewer.