Changeset 2688504
- Timestamp:
- 03/03/2022 08:38:59 PM (4 years ago)
- Location:
- pxl-tools
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.19 (copied) (copied from pxl-tools/trunk)
-
tags/1.1.19/custom/users/hide-personal-options-from-no-admin.php (modified) (1 diff)
-
tags/1.1.19/pxl-tools.php (modified) (1 diff)
-
tags/1.1.19/readme.txt (modified) (2 diffs)
-
trunk/custom/users/hide-personal-options-from-no-admin.php (modified) (1 diff)
-
trunk/pxl-tools.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pxl-tools/tags/1.1.19/custom/users/hide-personal-options-from-no-admin.php
r2688499 r2688504 13 13 <script type="text/javascript"> 14 14 jQuery(document).ready(function($) { 15 $('#your-profile .form-table:first, #your-profile h3:first, .yoast, .user-description-wrap, .user-display-name-wrap, .user-url-wrap, h2, .user-pinterest-wrap, .user-myspace-wrap, .user-soundcloud-wrap, .user-tumblr-wrap, .user-wikipedia-wrap .user-facebook-wrap .user-instagram-wrap .user-linkedin-wrap .user-twitter-wrap.user-youtube-wrap').hide();15 $('#your-profile .form-table:first, #your-profile h3:first, .yoast, .user-description-wrap, .user-display-name-wrap, .user-url-wrap, h2, .user-pinterest-wrap, .user-myspace-wrap, .user-soundcloud-wrap, .user-tumblr-wrap, .user-wikipedia-wrap, .user-facebook-wrap, .user-instagram-wrap, .user-linkedin-wrap, .user-twitter-wrap, .user-youtube-wrap').hide(); 16 16 }); 17 17 </script> -
pxl-tools/tags/1.1.19/pxl-tools.php
r2688499 r2688504 10 10 * License: GPL-2.0 11 11 * License URI: https://opensource.org/licenses/GPL-2.0 12 * Version: 1.1.1 812 * Version: 1.1.19 13 13 * 14 14 * -
pxl-tools/tags/1.1.19/readme.txt
r2688499 r2688504 7 7 License: https://opensource.org/licenses/GPL-2.0 8 8 License URI: https://opensource.org/licenses/GPL-2.0 9 Stable tag: 1.1.1 89 Stable tag: 1.1.19 10 10 A Toolbelt for Wordpress development 11 11 … … 14 14 15 15 16 = 1.1.1 8=16 = 1.1.19 = 17 17 * Disable emojis. 18 18 * Hide personal info from no admin users profile form -
pxl-tools/trunk/custom/users/hide-personal-options-from-no-admin.php
r2688499 r2688504 13 13 <script type="text/javascript"> 14 14 jQuery(document).ready(function($) { 15 $('#your-profile .form-table:first, #your-profile h3:first, .yoast, .user-description-wrap, .user-display-name-wrap, .user-url-wrap, h2, .user-pinterest-wrap, .user-myspace-wrap, .user-soundcloud-wrap, .user-tumblr-wrap, .user-wikipedia-wrap .user-facebook-wrap .user-instagram-wrap .user-linkedin-wrap .user-twitter-wrap.user-youtube-wrap').hide();15 $('#your-profile .form-table:first, #your-profile h3:first, .yoast, .user-description-wrap, .user-display-name-wrap, .user-url-wrap, h2, .user-pinterest-wrap, .user-myspace-wrap, .user-soundcloud-wrap, .user-tumblr-wrap, .user-wikipedia-wrap, .user-facebook-wrap, .user-instagram-wrap, .user-linkedin-wrap, .user-twitter-wrap, .user-youtube-wrap').hide(); 16 16 }); 17 17 </script> -
pxl-tools/trunk/pxl-tools.php
r2688499 r2688504 10 10 * License: GPL-2.0 11 11 * License URI: https://opensource.org/licenses/GPL-2.0 12 * Version: 1.1.1 812 * Version: 1.1.19 13 13 * 14 14 * -
pxl-tools/trunk/readme.txt
r2688499 r2688504 7 7 License: https://opensource.org/licenses/GPL-2.0 8 8 License URI: https://opensource.org/licenses/GPL-2.0 9 Stable tag: 1.1.1 89 Stable tag: 1.1.19 10 10 A Toolbelt for Wordpress development 11 11 … … 14 14 15 15 16 = 1.1.1 8=16 = 1.1.19 = 17 17 * Disable emojis. 18 18 * Hide personal info from no admin users profile form
Note: See TracChangeset
for help on using the changeset viewer.