Changeset 23204
- Timestamp:
- 12/26/2012 08:35:27 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pluggable-deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable-deprecated.php
r21818 r23204 183 183 class wp_atom_server { 184 184 public function __call( $name, $arguments ) { 185 _deprecated_function( __CLASS__ . '::' . $name, '3.5', 'the Atom Publishing P latformplugin' );185 _deprecated_function( __CLASS__ . '::' . $name, '3.5', 'the Atom Publishing Protocol plugin' ); 186 186 } 187 187 188 188 public static function __callStatic( $name, $arguments ) { 189 _deprecated_function( __CLASS__ . '::' . $name, '3.5', 'the Atom Publishing P latformplugin' );189 _deprecated_function( __CLASS__ . '::' . $name, '3.5', 'the Atom Publishing Protocol plugin' ); 190 190 } 191 191 }
Note: See TracChangeset
for help on using the changeset viewer.