Changeset 37402 for trunk/src/wp-includes/atomlib.php
- Timestamp:
- 05/07/2016 03:58:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/atomlib.php
r32990 r37402 314 314 function ns_to_prefix($qname, $attr=false) { 315 315 # split 'http://www.w3.org/1999/xhtml:div' into ('http','//www.w3.org/1999/xhtml','div') 316 $components = split(":", $qname);316 $components = explode(":", $qname); 317 317 318 318 # grab the last one (e.g 'div')
Note: See TracChangeset
for help on using the changeset viewer.