PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-core
<?php /** * Main BuddyPress Admin Class. * * @package BuddyPress * @subpackage CoreAdministration * @since 1.0.0 */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; /** * Setup BuddyPress Admin. * * @since 1.6.0 * */ function bp_admin() { buddypress()->admin = new BP_Admin(); return; // These are strings we may use to describe maintenance/security releases, where we aim for no new strings. _n_noop( 'Maintenance Release', 'Maintenance Releases', 'buddypress' ); _n_noop( 'Security Release', 'Security Releases', 'buddypress' ); _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases', 'buddypress' ); /* translators: 1: BuddyPress version number. */ _n_noop( '<strong>Version %1$s</strong> addressed a security issue.', '<strong>Version %1$s</strong> addressed some security issues.', 'buddypress' ); /* translators: 1: BuddyPress version number, 2: plural number of bugs. */ _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.', '<strong>Version %1$s</strong> addressed %2$s bugs.', 'buddypress' ); /* translators: 1: BuddyPress version number, 2: plural number of bugs. Singular security issue. */ _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 'buddypress' ); /* translators: 1: BuddyPress version number, 2: plural number of bugs. More than one security issue. */ _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 'buddypress' ); __( 'For more information, see <a href="%s">the release notes</a>.', 'buddypress' ); }
[+]
..
[-] bp-core-component.php
[edit]
[-] bp-core-cssjs.php
[edit]
[-] bp-core-dependency.php
[edit]
[-] bp-core-theme-compatibility.php
[edit]
[-] bp-core-widgets.php
[edit]
[-] bp-core-cache.php
[edit]
[-] bp-core-filters.php
[edit]
[-] bp-core-moderation.php
[edit]
[-] bp-core-options.php
[edit]
[-] bp-core-caps.php
[edit]
[-] bp-core-wpabstraction.php
[edit]
[-] bp-core-template-loader.php
[edit]
[-] bp-core-actions.php
[edit]
[-] bp-core-adminbar.php
[edit]
[-] bp-core-update.php
[edit]
[-] bp-core-taxonomy.php
[edit]
[+]
js
[+]
classes
[-] bp-core-template.php
[edit]
[-] bp-core-buddybar.php
[edit]
[+]
css
[-] bp-core-attachments.php
[edit]
[-] bp-core-avatars.php
[edit]
[-] bp-core-loader.php
[edit]
[+]
admin
[+]
images
[+]
deprecated
[-] bp-core-customizer-email.php
[edit]
[-] bp-core-functions.php
[edit]
[-] bp-core-catchuri.php
[edit]
[-] bp-core-admin.php
[edit]