Changeset 10248 for trunk/src/bp-members/bp-members-admin.php
- Timestamp:
- 10/11/2015 04:27:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-admin.php
r10229 r10248 59 59 * Screen id for edit user's profile page. 60 60 * 61 * @access public62 61 * @var string 63 62 */ … … 67 66 * Setup BP Members Admin. 68 67 * 69 * @access public70 68 * @since 2.0.0 71 69 * … … 89 87 * Constructor method. 90 88 * 91 * @access public92 89 * @since 2.0.0 93 90 */ … … 100 97 * Set admin-related globals. 101 98 * 102 * @access private103 99 * @since 2.0.0 104 100 */ … … 159 155 * Set admin-related actions and filters. 160 156 * 161 * @access private162 157 * @since 2.0.0 163 158 */ … … 246 241 * in the future. 247 242 * 248 * @access public249 243 * @since 2.1.0 250 244 * … … 363 357 * Create the /user/ admin Profile submenus for all members. 364 358 * 365 * @access public366 359 * @since 2.1.0 367 360 * … … 402 395 * Create the All Users / Profile > Edit Profile and All Users Signups submenus. 403 396 * 404 * @access public405 397 * @since 2.0.0 406 398 * … … 477 469 * Highlight the Users menu if on Edit Profile and check if on the user's admin profile. 478 470 * 479 * @access public480 471 * @since 2.1.0 481 472 */ … … 537 528 * subnav items under the Users menu. 538 529 * 539 * @access public540 530 * @since 2.0.0 541 531 */ … … 550 540 * Add some specific styling to the Edit User and Edit User's Profile page. 551 541 * 552 * @access public553 542 * @since 2.0.0 554 543 */ … … 606 595 * Create the Profile navigation in Edit User & Edit Profile pages. 607 596 * 608 * @access public609 597 * @since 2.0.0 610 598 * … … 670 658 * help, and setting up screen options. 671 659 * 672 * @access public673 660 * @since 2.0.0 674 661 */ … … 846 833 * Display the user's profile. 847 834 * 848 * @access public849 835 * @since 2.0.0 850 836 */ … … 955 941 * - Spam/Unspam user 956 942 * 957 * @access public958 943 * @since 2.0.0 959 944 * … … 1032 1017 * Render the fallback metabox in case a user has been marked as a spammer. 1033 1018 * 1034 * @access public1035 1019 * @since 2.0.0 1036 1020 * … … 1046 1030 * Render the Stats metabox to moderate inappropriate images. 1047 1031 * 1048 * @access public1049 1032 * @since 2.0.0 1050 1033 * … … 1097 1080 * 1098 1081 * @since 2.2.0 1099 * @access public1100 1082 * 1101 1083 * @param WP_User $user The WP_User object to be edited. … … 1128 1110 * 1129 1111 * @since 2.2.0 1130 * @access public1131 1112 */ 1132 1113 public function process_member_type_update() { … … 1162 1143 * Add a link to Profile in Users listing row actions. 1163 1144 * 1164 * @access public1165 1145 * @since 2.0.0 1166 1146 * … … 1222 1202 * Add a filter to edit profile url in WP Admin Bar. 1223 1203 * 1224 * @access public1225 1204 * @since 2.1.0 1226 1205 */ … … 1232 1211 * Filter the profile url. 1233 1212 * 1234 * @access public1235 1213 * @since 2.1.0 1236 1214 * … … 1253 1231 * Remove the filter to edit profile url in WP Admin Bar. 1254 1232 * 1255 * @access public1256 1233 * @since 2.1.0 1257 1234 */ … … 1265 1242 * Display the admin preferences about signups pagination. 1266 1243 * 1267 * @access public1268 1244 * @since 2.0.0 1269 1245 *
Note: See TracChangeset
for help on using the changeset viewer.