Changeset 4618
- Timestamp:
- 01/09/2017 07:23:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r4617 r4618 381 381 . '\b' // Word boundary 382 382 . '(' // Primary match grouping 383 . 'wpdb|wp_atom_server|wp_xmlrpc_server extends IXR_Server'// Exceptions that start with lowercase letter384 . '|AtomFeed|AtomEntry|AtomParser|MagpieRSS|R SSCache|Translations|Walker' // Exceptions that lack an underscore385 . '| [A-Z][a-zA-Z]+_\w+' // Most start withuppercase, has underscore383 . 'wpdb|wp_atom_server|wp_xmlrpc_server' // Exceptions that start with lowercase letter 384 . '|AtomFeed|AtomEntry|AtomParser|MagpieRSS|Requests|RSSCache|Translations|Walker' // Exceptions that lack an underscore 385 . '|_?[A-Z][a-zA-Z]+_\w+' // Most start with (optional underscore, then) uppercase, has underscore 386 386 . ')' // End primary match grouping 387 387 . '\b' // Word boundary
Note: See TracChangeset
for help on using the changeset viewer.