Changeset 2990 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
- Timestamp:
- 04/20/2016 11:06:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r2984 r2990 405 405 * @return string 406 406 */ 407 function fix_param_hash_formatting( $text ) {407 public static function fix_param_hash_formatting( $text ) { 408 408 // Don't do anything if this isn't a hash notation string. 409 409 if ( '{' != $text[0] ) {
Note: See TracChangeset
for help on using the changeset viewer.