Changeset 3447 for branches/1.2/bp-core.php
- Timestamp:
- 11/19/2010 04:46:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core.php
r3446 r3447 1680 1680 * bp_core_get_illegal_names() 1681 1681 * 1682 * Adds illegal names to WP so that root components will not conflict with1683 * 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 1684 1684 * 1685 1685 * For example, it would stop someone creating a blog with the slug "groups". … … 1711 1711 * 1712 1712 * Filter the illegal_names site option and make sure it includes a few 1713 * specific BuddyPress and Multi-site slugs1713 * specific BuddyPress and multi-site slugs 1714 1714 * 1715 1715 * @param array|string $value Illegal names from field
Note: See TracChangeset
for help on using the changeset viewer.