Changeset 14505
- Timestamp:
- 08/04/2025 02:43:34 AM (6 months ago)
- Location:
- sites/trunk
- Files:
-
- 2 edited
-
trac.wordpress.org/templates/site.html (modified) (1 diff)
-
wordpress.org/public_html/style/trac/wp-trac.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r14473 r14505 5 5 6 6 <?python 7 scripts_version = '22 6'7 scripts_version = '227' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r14473 r14505 693 693 $( '#fullsearch #wiki' ).next().remove().end().remove(); 694 694 } 695 696 // Batch Modify should require a comment. 697 $( '#batchmod_value_comment' ).prop( 'required', true ); 695 698 }, 696 699
Note: See TracChangeset
for help on using the changeset viewer.