文件操作 - bp-core-admin.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/buddypress/bp-core/bp-core-admin.php
编辑文件内容
<?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' ); /* translators: %s: the link to the BuddyPress release notes */ __( 'For more information, see <a href="%s">the release notes</a>.', 'buddypress' ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件